janhardo

335 Reputation

8 Badges

11 years, 6 days

MaplePrimes Activity


These are questions asked by janhardo

with(plots,implicitplot3d);with(plots, display3d);
                        [implicitplot3d]

Error, (in with) package plots does not export display3d

------------------------------
As i understand it correct: there is no display3d command in the plots package to find.

Someone is using this display3d in Maple ,but is doesn't matter , because display and display3d  working both the same 
Example : 

p1:=implicitplot3d(x^2+y^2-1=0,x=-2..2,y=-2..2,z=-2..2):
p2:=implicitplot3d(y^2+z^2-1=0,x=-2..2,y=-2..2,z=-2..2):
display({p1,p2});
display3d({p1,p2});
or even

display3DA({p1,p2}); gives 2 3d pics ?

Is there a special display3d command in Maple ?, because (one or more)  plot3d plotstructures with display should show all 3d pics in Maple  ?
 

 

 

Something goes wrong with the DE   : de  
Error, unexpected single forward quote

I solved this by converting this : de  to a 2 D Math input 
Something must be chanced
in the configuration settings ? 

Ch05Sec03Prob19.mw

 

 

 

Area of shadow : i have studied one way of solution by hand, but now in Maple ?
Note: for math illustrations : geogebra seems to be wel suited

I know for ordinairy differential equations (ODE) there is a odeadvisor in Maple what shows information about the equation .

What is is possible with a partial differential equations (PDE) package.
Is there a help like for ODE's ?

How to install this old package for Maple 6 , should be trivial but turns te be out a puzzle with no result so far.

### This is the Maple initialization file created for use with the 
### LAMP modules. For Maple 6 in Windows 95, 98, 2000, or NT, this file 
### should be installed in the folder 
###
###        C:\Program Files\Maple 6\BIN.WNT
###
### The last three letters, WNT, may vary with the version of Windows.
###
### The following lines set up libname, so Maple knows to look in the
### proper folder to find the Lamp library. If you did not put the 
### Lamplib folder in C:\lamp6\lamplib, you must edit the first line.

lamppath := "C:\\lamp6\\lamplib\\":
libname := `lamppath`, libname:

### The following line enables one to use the command read(lampstart) 
### to establish the Lamp environment. It is optional.

lampstart := cat(lamppath,"lamp.txt"):

First 10 11 12 13 14 15 16 Page 12 of 18