namarsha

28 Reputation

2 Badges

16 years, 265 days

MaplePrimes Activity


These are questions asked by namarsha

Hi

I am working on a Maplet which among other things plots a graph of a solution to an equation. I am wondering if there is some way I can dynamically change the size of the plotter object in the Maplet depending on the imput function. I can handle measuring the function if you will, I just don't know if Maple 13 has the capability to dynamically resize maplet objects at run time.

It would be a nice feature to have for the Maplet but I don't know if it is at all possible.

Thank you in advance

I am wondering how one would convert a float to a string in fixed notation instead of scientific.

I have a Maplet that I would like to set a textbox to a value obtain from a funciton that returns a float

It's for a stop time on an animation,

so I have Evaluate('t_stop'='decay_time('h')') in my Maplet code... but it returns it as scientific notation e.g. 1.234E-1 for 0.1234

I would like to return a string of 0.1234

I have tried using a: = convert ( 0.1234, float 4), convert (a,string), but that still remained as scientific notation...

Hi, I'm using Maple 12, and am designing a maplet for a school project.

I have a window with a textbox called 'h' which is used by the maplet to generate the solution to the heat equation given those initial conditions (contained in textbox called 'h'). That part is working, but I would like to display the contents of that textbox in a label or textbox in another window which has a plot of the solution.  Is there an easy way to do this?

Page 1 of 1