Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

helo

i want an exaact answer(numeral) of an equation but I can't maple answer a realation that include sin,cos,root,z how can i simplify that to a number

 

 

 

Hi all.. Just purchased the maple 16 today. When i tried to enter a few equations, i relised that equals sign does not work for the equations. I tried '' ctrl+= '' but the letters on the screen get minimized that time. I just can't do the thning. My OS is win7. It does the job when it comes to calculate 2+3 or something like that. You get the answer when you press enter. But when it comes to variable eq.s like x+3=2 or 2x+3y=4 when you press enter, nothing happens. ıt just...

How can I solve a pair of recurrence relations like this in maple 16?

 

{A(k)=1+((n-k-2)

Hi

Is there a way of importing data in NetCDF format into Maple 15? This format is very widely used in atmospheric sciences as a data standard for experimental data such as satellite-derived data.

Thanks

In ?ChiSquareIndependenceTest a contingency table is needed for input.
To construct such a table from raw data is not trivial. I suggest to include this in the statistics package.
A first try:

Crosstab := proc(A,i,j,first::evaln,second::evaln)
 
I want to solve the equation f(f(-1))=sqrt(2)+g(f(2)), where
f:=x->a/x^2-3*x+2 and g:=x->a*sin(2*x), a is an unknow. I tried
restart:
f:=x->a/x^2-3*x+2:
g:=x->a*sin(2*x):
solve(f(f(-1))=sqrt(2)+g(f(2)),a):
evalf(%);
and receive 13.02210936+4.135282756*I. 

I just updated to 16.02, and now the (writing) cursor has horrible problems, especially in text groups. Basically, it is erratic or unmoveable.

In a text group, if I move a cursor down by pressing <enter>, it will not move up with the arrow keys, or it disappears and then appears in previous groups. or a new cursor appears in the line above, but the old cursor remains, or ...

In an execution group, it does a lot of the same things, but not quite as erratic.

Prove that (k^{{2}^{n}}-1)\equiv 0 (mod2^{n+2}).If

J:=Int((3*v^2+4*v+2)*(-(3*v^2+2*v+1)/(3*v^2+8*v+4))^(1/2)/(1+2*v)^2,
      v = -2 .. -2/3)

Then J = -8/3*EllipticK(1/3) + 8/3*EllipticPi(-1/3,1/3) + 3*EllipticE(1/3)


That integral caught my attention through a private discussion. Both MMA and Maple
only succeded up to a limit in the lower boundary, which could not be determined.

Re-writing the integrand as A/(polynomial of degree 4) using the command 'rationalize'
This is my code - and I get the wrong output.... shouldnt it be around 900 K something?
restart:with(Units[Standard]):
T:=1200*Unit('degF');convert(T,'units','K');Units[UseSystem]('SI'):
evalf(%);
1200 Units:-Unit('degF')
2000
---- Units:-Unit('K')
3
666.6666667 Units:-Unit('K')
T:=1200*Unit('Fahrenheit');convert(T,'units','K');Units...

 Greetings,

I own Maple 15 Student License and I would like to change the HDD of my laptop. Is this going to pose any problems ? I am going to use the same laptop. 

 

 

Thanks 

 

 

Hello everybody,

I just realised Maple is allowed for my upcoming exam after New Year.

My plan is to have templates of the most common math problems, I might encounter for quick solutions.

Anyway, I have run into a problem with Laplace shifted data, particularly initial value problems. I have been searching for HOURS, and feel like I have look up everything on google, maplesoft and other sites without succes.

I hope some of you are able to help me. The exercise is:

Hi,

 

I'm trying to resolve a problem in physics (movement of a particle in a magnetic field) and plot it. I need initial conditions on both (x,y) and (x',y') but when I'm trying to put the four conditions in the initial list of DEplot, a mysterious mistake arises :

 

Error, (in dsolve/numeric/process_input) invalid specification of initial conditions, got {0 = 0, 0 = 1}

 

But here is my worksheet :

 

 

How to solve Function With Complex Numbers ????? 

please help .....

z(1+I) + I  = 0

Hello,

I'd like to solve  a system of 3 équations and 3 unknows. The system is composed with 3 trigonometric equations and the unknows are the angles gamma_e[1], psi_e[1],phi_e[1] which belongs between 0 and PI.
I have tried this with SOLVE function and i didn't have any results

Code:
First 1515 1516 1517 1518 1519 1520 1521 Last Page 1517 of 2224