File:KUGSPI-9 Loxodrome.gif

From formulasearchengine
Jump to navigation Jump to search

KUGSPI-9_Loxodrome.gif(200 × 200 pixels, file size: 59 KB, MIME type: image/gif, looped, 20 frames, 2.0 s)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
Deutsch: Ein Loxodrom hat im Gegensatz zur archimedischen Kugelspirale einen konstanten Winkel zwischen den Längengraden und den Breitengraden, der hier das Verhältnis von 10 Länge zu 1 Breite hat.
Date
Source

GW-BASIC (german wiki)-Programm:

100 SCREEN 1 : KEY OFF : P=ATN(1)/45 : R=96
110 REM P = WINKEL UMRECHNEN IN RAD : R=RADIUS DER KUGEL
120 REM (REM=REMARK=ANMERKUNG) ZWANZIG BLICKWINKEL ERZEUGEN
130 FOR U = 0 TO 175 STEP 9:T=P*U:G=COS(T):H=SIN(T)
140 CLS : LINE(60,0)-(259,199),3,B : LOCATE 2,9 : PRINT RIGHT$(" "+STR$(U),3);
150 REM BREITENKREISE IN ROT ERZEUGEN
160 FOR V = 90 TO 270 STEP 18 : A=P*V:C=R*COS(A) : Z=R*SIN(A)
170 FOR W = 0 TO 360 STEP (-2*R)/(C-.001) : B=P*W
180 X = C*COS(B) : Y = C*SIN(B) : M = 160 + X : N=100-G*Z-H*Y:O=H*Z-G*Y
190 IF O>-1 THEN PSET(M,N),2
200 NEXT W : NEXT V
210 REM MERIDIANE IN GRUEN ERZEUGEN
220 FOR V = 90 TO 260 STEP 18: A=P*V : E=COS(A) : F=SIN(A)
230 FOR W =  0 TO 360 STEP 2 : B=P*W : Z=R*SIN(B)
240 X = E*R*COS(B) : Y = F*R*COS(B) : M = 160 + X : N = 100 - G*Z - H*Y : O = H*Z - G*Y
250 IF O >- 1 THEN PSET(M,N),1
260 NEXT W : NEXT V : V=90.1 : REM STARTBREITENWINKEL
270 REM LOXODROME IN WEISS ERZEUGEN
280 FOR W = 0 TO 9000 STEP .1
281 B = P*W : V = V + .1*.1*ABS(COS(P*V)) : A = P*V : C = R*COS(A) : Z = R*SIN(A)
290 REM ABS(COS(P*V)) WEIL KLEINER RADIUS = KLEINE STRECKE
300 X = C*COS(B) : Y = C*SIN(B) : M = 160 + X : N = 100 - G*Z - H*Y : O = H*Z - G*Y
310 IF O > -1 THEN PSET(M,N),3
320 NEXT W
330 REM NAECHSTER BLICKWINKEL
340 IF INKEY$="" THEN 340
350 NEXT U : SCREEN 0 : CLS : KEY OFF : WIDTH 80 : LIST : END
360 REM SAVE"KUGSPI-9.BAS",A
Author German Wikipedia User Karl Bednarik
Permission
(Reusing this file)
GNU Freie Dokumentationslizenz

Licensing

GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
This licensing tag was added to this file as part of the GFDL licensing update.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

26 April 2005

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current16:42, 3 June 2005Thumbnail for version as of 16:42, 3 June 2005200 × 200 (59 KB)wikimediacommons>E^(nix)Loxodrome *Beschreibung: **Die Loxodrome hat im Gegensatz zur archimedischen **Kugelspirale einen konstanten Winkel zwischen **den Längengraden und den Breitengraden, der hier **das Verhältnis von 10 Länge zu 1 Breite hat. *Quelle: **Gezeichnet a

There are no pages that use this file.