Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

Is there a way to make the y-axis logarithmic using DEplot?

So there is a maximum number of conditions that one can set... good to know!

I tried your solution, and it does work. I'll just have to determine the values of my b1 and b2 parameters with a little programming.

 

Thank you very much!

Hello,

I am trying to solve the following differential coupled system :

 

DN:=diff(N(x),x)=a/4*(x+8*(sin(F(x)))^2/x)*N(x)*diff(F(x),x)^2;

Du:=diff(u(x),x)=a/8*((x^2+8*(sin(F(x)))^2)*(1-u(x)/x)*diff(F(x),x)^2+2*(sin(F(x)))^2+4*(sin(F(x)))^4/x^2);

DDF:=diff(F(x),x$2)=1/(N(x)*(1-u(x)/x)*(x^2+8*(sin(F(x)))^2))*(-(x^2+8*(sin(F(x)))^2)*diff(N(x),x)*(1-u(x)/x)*diff(F(x),x)+(1+4*(sin(F(x)))^2/x^2+4*(1-u(x)/x)*diff(F(x),x)^2)*N(x)*sin(2*F(x...

When I am trying to write the data of the following program in a datafile
restart
with(plots)
eq := (diff(G(eta), `$`(eta, 2)))/Pr-2*n*b*eta*G(eta)+(a+(1/2)*b*eta*eta)*(diff(G(eta), eta))

I am of interest about using StateSpace(de, invars

"I" is reserved for square root of -1.  I don't use complex numbers and want to use "I" in my equations.  How do I go about doing this?  I tried to unprotect it with a number of variations of quoting "I".

I'm using document mode with Maple 13 on Apple.

Thanks for your help.

You would have thought I'd have learnt to make sure I've saved my work by now.

I've spent the last 4 hours or so working on a worksheet on Maple, without saving it once (I know, I know). It started acting slow-- by which I mean it was talking a while to actually type things, as opposed to running calculations-- and then the screen suddenly went grey, froze, and now my cursor turns into an hourglass when I mouseover the window.

It's been this way for the past 10 minutes.

Hi

I am attempting to do a least squares regression with two variable (HK and S) generating my curve.  The equations are extremely tempermental and won't allow maple to solve them using normal methods, so I'm resorting to numerical methods to minimize the least squares.

I am attempting to create a dataset that I can search for the minimum of "k" and have it tell me what "i" and "j" values I used to get there.  The code below is the basic idea, the...

mem2.mw

Although i have defined K5 as a constant before solving the equations , maple returns an error message saying that

"Error, (in fsolve) k5 is in the equation, and is not solved for"

And i am alos trying t find the roots of the equations in a certain range as specified above.

HW_6.5.mw

I just want to know how i could label the expressions that are generated by executing the loop,

like A1 = .....

A2= .....

If you see the file above , the for loop gives out several expressions in terms of c and t , the equations generated are correct but i want to give each expression a label like A1,A2,A3 when the output is generated

Hello to all,

I have some data and i want to create a 3d columngraph from them but i can't  find a relative command in Maple.. I want something like the "AreaChart" command without the lines connecting the points..One solution is the Pointplot 3d, but if there is a way to do it with columns is much more preferable..!

Thanx!



with plots

Eq[1] := 5*(diff(f(eta), `$`(eta, 3)))+(m+3)*f(eta)*(diff(f(eta), `$`(eta, 2)))-(2*m+1)*(diff(f(eta), eta))^2-(2*(2*m+1))*h(eta)-(m-2)*eta*(diff(h(eta), eta))

Eq[2] := g(eta)-(diff(h(eta), eta))

Eq[3] := 5*(diff(g(eta), `$`(eta, 2)))/Pr+(m+3)*f(eta)*(diff(g(eta), eta))-5*m*g(eta)*(diff(f(eta), eta))

BCs := [f(0), (D(f))(0), (D(f))(18), g(0)-1, g(18), h(18)]

pars := {Pr = .1, m = 0}

for i to 3 do eq[i] := subs(pars, Eq[i]) end do

hi. i write a program consists a for loop in which cycle 'i', x[i] and hz[i] is calculated.

now i want to plot hz[i] correspond to each x[i].

this code is working but how to brief them?

hhz := piecewise(x < X[1], hz[1], X[1] < x and x < X[2], hz[2], X[2] < x and x < X[3], hz[3], X[3] < x and x < X[4], hz[4], X[4] < x and x < X[5], hz[5], X[5] < x and x < X[6], hz[6], X[6] < x and x < X[7], hz[7], X[7] < x and x < X[8...

So, I've defined procedures in a .mw file and now I want to somehow read this file into another worksheet, in order use the aforementioned procedures. Is this doable? I've unsuccessfully tried using the READ command. The error messages I get are :

Error, on line 1, syntax error, character `?` unexpected:

<?xml version="1.0" encoding="UTF-8"?>

Error, while reading ``file.mw``

 

Not sure where to go from here. Any help would be great!

First 39 40 41 42 43 44 45 Last Page 41 of 55