Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hi, dear mapleprimes. These days I'm preparing my thesis. I use maple to generate some figures, and save them as .jpg. These figures are very clear when I insert them into a word document (my thesis). But after I print the document, the figures looks unclear. It seems that they are cuted from other papers, but actually they are not.

I think it is important to print clear figures, I want the figures can be printed clearly...

Dear guys

I have a set of ODEs but when I solve it maple shows this massage:

"Error, (in dsolve/numeric/SC/firststep) unable to evaluate the partial derivatives of f(x,y) for stiff solution"

If I neglect the option "stiff=true", it works but then when I want to plot something maple says:

"Warning, cannot evaluate the solution past the initial point, problem may be complex, initially singular or improperly set up"

and only shows a coordinate...

Good afternoon

I don´t know if a principal worksheet in maple can call other secundary worksheets.

Please help me. I don´t know the code, or function

Hello experts,

I have function that I need to plot it  in hisogram:

f3 := (n) -> (2*n)!*(lambda)^n/(((n)!^2)*2^(2*n)*(lambda+1)^(n+0.5));
n=0..20 and lambda:=10
thanks.

I find the singularities of an expression by using the function singular and the result of this is what I call t1a below.

 

Hi, folks.

I am presently working on a computer with no math software installed and would like some help with one quartic equation:

227.0207672x^4 - 703.4677734x^3 + 845.7313843x^2 - 465.6021423x + 98.41660309 = 0

I just need numeric results.

I tried to use the online Maple Math Oracles, but they don't seem to be working right now (at least, not for me).

I have done searches for other online tools, but so many come up with different answers.

My code consists of some execution groups. There are also some Text sequencies in between.

Now I've to calculate the whole thing with some differnet values so it would be great to be able to call a loop beyond the execution groups.

That of course doesn't work.

So is there any trick to execute parts of the whole sheet several times with different values?

Hello:

I am in need of help with Maple Linearize and an exremely crypitc and most un-helpful error message. What does this mean:

> linmod := Linearize(syss, parm, linp);
Error, invalid input: Linearize uses a 4th argument, linpoint (of type {list(`=`), set(`=`)}), which is missing

I can find nothing in the help in this.

Linearize works fine when running a sample program from the help files, but fails when I run my equations.  

Hi all,

For example, I have:

restart:

with(VectorCalculus):

z1:=1+I*5;

z2:=6-I*3;

I want to plot three vectors which are represented by z1, z2 and z1+z2.

I can plot them as:

PlotVector([<Re(z1),Im(z1)>,<Re(z2),Im(z2)>,<Re(z1+z2),Im(z1+z2)>],color=[red,blue,yellow]);

But the three vectors have origin at point x:=0 and y:=0.

I can change this by applying VectorSpace as:

vs1 := VectorSpace('cartesian', [0, 0...

I've got the problem of warnings polluting my text outputs.

If I use interface(warnlevel = 0) the warnings are suppressed in the terminal but not in the files exported by the writeto command.

A sample:

> restart;with(CodeGeneration); with(plots); with(ListTools); with(FileTools);
> Matlab(u(1) = 3);
Warning, the function names {u} are not recognized in the target language
cg = u(1) == 3;
> interface(warnlevel = 0); Matlab(u(1) = 3);

I found following bug:

p := proc (k) sum((-1)^n*n/(factorial(k-n)*factorial(n)), n = 1 .. k) end proc; 
sum(p(k), k = 1 .. 1); 
sum(p(1), k = 1 .. 1); 
p(1)

Results must be same, but output is 0 (bug!), -1 (correct), -1 (correct)

 

can someone give help or a hint on how to overcome the faulty result in the pdsolve problem with radiation bc described in the following worksheet? I tried also with different method, but no success. the result from pdsolve makes physical no sense, because under pure radiation bc (h=0) the body should cool down and not heat up!

maple_heat_rad_pdsol.mw

thanks :-)

btw, the problem was reported befor, see:

How to compute the highest total degree of a polynomial in which a variable, say x, appears?

For example, f := x^2*y+3*x*y^2+x^3*y^3-x^5+y^4*z^5;
then the highest total degree in x is 6.

The degree command does not seem to do what I would like to do, since degree(f,x) will give 5 instead.

Thank you in advance.

Dyson_Mclean_V3.mw

Dyson_Mclean_V5.mw

Hi All,

I have a question that I see has been seldom discussed except certain posts by Mr. Lopez. This concerns the estimation of optimum parameters of the solution of a system of differential equations to fit experimental data. I referred to the Maple document provided by Mr. Lopez on the Maplesoft website.

Good morning.

I want to do a program in a worksheet that it can recall other workeet for plotting with display.

I don´t know how can recall other worksheets.

Please help me.

P.D.: I send a worksheet 01-06-2011-robot-man.mw

First 1691 1692 1693 1694 1695 1696 1697 Last Page 1693 of 2224