plot3d - display < Maple < Mathe-Software < Mathe < Vorhilfe
|
Status: |
(Frage) überfällig | Datum: | 03:28 So 08.07.2007 | Autor: | onono |
Aufgabe | Ich habe einen Plot mit zwei Funktionen:
g:= (x,y)-> ((360/(Pi*x))*y);
p1 := plot3d (g, 20..60, 1..10,axes=boxed,labels=["Handraddurchmesser [mm] ","Steigung [mm]", Feinfühligkeit]);
h:= (x,y)-> 10;
p2 := plot3d (h,20..60, 1..10, style=patchcontour);
plots [display] ({p1,p2}); |
Wie kann ich nur die Schnittkurve dieser beiden Funktionen darstellen?
bzw. in der Plot der Funktion g eine Höhenlinie farblich herausheben.
Grüße
onono
Ich habe diese Frage in keinem Forum auf anderen Internetseiten gestellt.
|
|
|
|
Status: |
(Mitteilung) Reaktion unnötig | Datum: | 04:12 Sa 14.07.2007 | Autor: | matux |
$MATUXTEXT(ueberfaellige_frage)
|
|
|
|