Dies ist eine statische Kopie unseres alten Forums. Es sind keine Interaktionen möglich.
This is a static copy of our old forum. Interactions are not possible.

MAX

Senior Schreiberling

  • "MAX" is male
  • "MAX" started this thread

Posts: 822

Date of registration: Dec 11th 2001

Location: Hannover

1

Saturday, October 26th 2002, 11:26pm

AnaB, 2.Üb., 3 Auf.

Hallo!!!
Ich möchte mir die Funktion gamma(phi) von Maple zeichnen lassen. Ich schaffe es aber irgendwie nicht. Sowohl plot, plot3d als auch matrixplot wollen bei mir nicht so richtig funktionieren. Gibt es einen Trick, um die Funktion zu zeichnen??? Wie geht das???
mfg
MAX

  • "Joachim" is male

Posts: 2,863

Date of registration: Dec 11th 2001

Location: Hämelerwald

Occupation: Wissenschaftlicher Mitarbeiter (Forschungszentrum L3S, TU Braunschweig)

2

Sunday, October 27th 2002, 2:36am

Quoted

Original von MAX
Ich möchte mir die Funktion gamma(phi) von Maple zeichnen lassen. Ich schaffe es aber irgendwie nicht. Sowohl plot, plot3d als auch matrixplot wollen bei mir nicht so richtig funktionieren. Gibt es einen Trick, um die Funktion zu zeichnen??? Wie geht das???

Source code

1
2
3
with(plots):
k := 1;
plot3d([cos(phi)/cosh(k*phi), sin(phi)/cosh(k*phi), sinh(k*phi)/cosh(k*phi)], phi=0..2*Pi, dummy=1..2, numpoints=5000);
The purpose of computing is insight, not numbers.
Richard Hamming, 1962

Zypressen Hügel

Junior Schreiberling

Posts: 244

Date of registration: Dec 22nd 2001

3

Sunday, October 27th 2002, 2:38am

mit spacecurve

> with(plots):
> k:=0.1:
> spacecurve([cos(phi)/cosh(k*phi),sin(phi)/cosh(k*phi),sinh(k*phi)/cosh(k*phi)],phi=-15..15);

sieht aber nicht so toll aus, aber diese grenzen lassen zumindest erahnen, worum es bei der kurve geht. das grid sollte wohl noch verfeinert werden, aber dafür ist es mir zu spät...

viel spass damit :)


und wieder kam mir joachim zuvor...
Man kann auch ohne Spass Alkohol haben 8)

MAX

Senior Schreiberling

  • "MAX" is male
  • "MAX" started this thread

Posts: 822

Date of registration: Dec 11th 2001

Location: Hannover

4

Sunday, October 27th 2002, 10:16am

o man

Warum kam ich auf diese Dummy Variable nicht drauf?!?! Ich habe so viel Zeit damit verbracht, diese sch.... zu zeichnen!
Vielen Dank für die Hilfe!!!
mfg
MAX