Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I simplified the real task and

the principal problem is how to assign a condition( if x < 3 then t := 0 elif x >= 3 then t := 5 end if) to a variable t which depends on x (x is a argument of function g(x))?

Is it possible at all without writing the procedure?

Here is the code:

g := proc (x) options operator, arrow; 2*x+t end proc; if x < 3 then t := 0 elif x >= 3 then t := 5 end if; plot(g(x))

Hi, may I know what is the function "ismember" in matlab called in maple please? Thanks.

With the command, subpicture,I take the portion of it that interests me.
How I manage to include this sub-image in another image (img)?

Preview(correctedT)

imgs := GetSubImage(correctedT, 100, 125, 20, 120)
Preview(imgs)

I’ve created a basic model of a two-lane road.


I need to solve some  transcendental equations, using Maple 16 which i need to transform or bind with java later. My problem is I cant evaluate.

Equation I would like to evaluate is  k= ln((M-m)/m(k-1))offcourse I  defined m and M, prior to c.
Both  eval(k) and evalf (k)  only return k,  I need value for further calculations.

Dear All:

 I have a curve about mosfet  Coss Vs. Vds . the detail math relationship can be found in the following picture: 

  

 Can anyone fitting this picture by simple math function.

 PS: pls don't considering piecewise function 

i am successfully transforming a 2D plot, when doing the exact analog thing to a 3D plot i get the error message 

Error, (in t) invalid input: unknown uses a 3rd argument, z, which is missing

 

i have no idea what's going on, please advise.

 

i made a minimum example:

this works:

> restart:with(plots):with(plottools):
> norm2:=x->x[1]^2+x[2]^2:
> N:=[0,1]:
> phi:=(x,y)->N+2*([x,y]-N)/norm2([x,y]-N):

hi! I have this worksheet with some errrors and I don't know how to solve this.proiect_dm.mw

please help me!

It is possible, using the image tools package, embed a text and a geometric figure in a picture?

 How to proceed?

Gracias

I try to use fsolve to solve a set of equations for real parameters alphaij, thetha (they are the real angle and phases in the parametrization of a unitary 2x2 matrix)

assume(alpha11::real,alpha12::real,alpha22::real,theta::real);

myresult:=timelimit(10*time_max,fsolve({mat_M_V[2,1]=0,mat_M_V[1,2]=0,Im(mat_M_V[1,1])=0,Im(mat_M_V[2,2])=0},{alpha11=0,alpha22=0,alpha12=0,theta=0},'fulldigits'));

unfortunately fsolve ignores my assumptions and returns complex solutions

I bought a Mac Pro with 12 core. I try to evaluate the resultant of 5 multivariant polynomials of five variables (as the polynomials are rather irregular, the usual tricks does not work). By using resultant to eliminate one variable at a time, I can get the final resultant with one variable. Is there a way to parallet program it, so that 12 core can all be used? Why sometime, the program is said to be evaluating, but the clock is not moving?

I'm very new to Maple and I'm just curious as to how Maple computes its summations with the MatrixPower command.

if A = a real square matrix

c = some real constant

x = c*A

then Why is it, that when I try to use...

sum(MatrixPower(x,k), k = 0..3);

I get a non-real / ridiculous result, but when I type it out...

MatrixPower(x,0) + MatrixPower(x,1) + MatrixPower(x,2) + MatrixPower(x,3);

x^0 + x^1 + x^2 + x^3;

plot3d(sin(sqrt(x^2+y^2))/sqrt(x^2+y^2),x=-3..3,y=-3..3);

the command above makes a figure which has a hole(means discontinuity) at the (0,0).

is it a bug?

athlon 4400+,2GB RAM,win xp 32.

Hi,

I am solving a quadratic programing problem, and I use QPSolve command in maple (I use this command on two 4by4 matrices, and I use maple13), but it gives me an answer with the following warning:

Warning, limiting number of iterations reached!

 

Does any one know what is that, and what should I do?

I will be appreciated.

 

Bests,

 

Elham

 

 

This is branched from Maple 16.01

I don't know the reason for the break.  In trying to replicate the graph shown for Mathematica for Maple I am finding it difficult to locate the number of mathematical functions for various versions of Maple. 

The only reference I find is that Maple 16 contains over 5000 mathematical functions, many more than Mathematica 8, but they are programmed different so I can't compare that.  However trying to compare it...

First 1574 1575 1576 1577 1578 1579 1580 Last Page 1576 of 2224