ihayles

Mr. Ian Hayles
3 years, 98 days
Comm/net Systems Inc.
Project Engineer
Seattle, Washington, United States


These are questions asked by ihayles

In one case, I have a sequence that starts at zero and increments by 0.1. I enclose it in square brackets to form a list.  I have another list of function values evaluated at these points.  Then, I have a similar sequence that starts at zero, but increments by 0.05.  Again, I evaluate the same function for a total of 4 lists.  Two inputs, two outputs. 

I create a table from these and want to get the data out at, say, 0.2. 

Test maple code insertion...

December 15 2009 by ihayles 56

test! 

 

eq := diff(X(t), t) = (X(t)-1)*(1-2*X(t))

 

Why doesn't "Preview" show me my Maple code?

 

I have Maple 12, and not MapleSim.  Has anyone stumbled across something that "runs on top" of Maple that is similar to COMSOL Multiphysics that runs on top of MATLab?  I'd like to figure out (without writing the Maple code myself...) how to import some simple 3D geometries and run some (possibly symbolic, probably numeric) simulations of electromagnetic and heat flow phenomena.  COMSOL uses FEM.  Is this something MapleSim could do?  I don't need anything that'll do "real world" geometries (i.e.

When I plot a parametric surface:

S5 := PositionVector([VectorCalculus[`*`](u, v), VectorCalculus[`+`](u, v), VectorCalculus[`+`](u, VectorCalculus[`-`](v))], cartesian[x, y, z])

VectorCalculus[PlotPositionVector](S5, u = VectorCalculus[`-`](1) .. 1, v = VectorCalculus[`-`](sqrt(VectorCalculus[`+`](1, VectorCalculus[`-`](u^2)))) .. sqrt(VectorCalculus[`+`](1, VectorCalculus[`-`](u^2))))

Page 1 of 1