Budgie

10 Reputation

2 Badges

14 years, 148 days
Technical University of Denmark

Bachelor student in mathematics at Technical University of Denmark. 2nd year student.

MaplePrimes Activity


These are questions asked by Budgie

Hi

I'm trying to debug my module, but cannot find the problem! The problem areas are marked with red. Can you help?

Modul.mw

 

Hello

I'm working on a project, where I need to create some user friendly proc/modules. I need it to ask for the variables e.i.

'Enter equation'

'Define range'

etc. but I have no idea how to do so. Can you describe a method of doing so?

 

Hello

Is there a way to change FPS via options in an animated curve?

Budgie

Hello

I would like to have an optional input value in my procedure. It could be of type string or numeric value.

Example:

bgp:=proc( x, y, z, optional) local bgp, A;

bgp:=Array(1..2);

bgp1 :=pointplot3d([x, y, z]);

# if the optional value exists:

bgp2 :=textplot3d([x, y, z, optional]);

A:=bgp1;

# and if the optional value exists:

Help_Lplot.mw

I cannot get the proc Lplot to work in the worksheet above. Will someone please help?

1 2 Page 1 of 2