MaplePrimes Questions

trig_integrals_prime.mw

if you put these integrals into Tool...Tutors...Calculus SV ....Integration methods, you get simpler "nicer" answers than when you integrate them directly in a worksheet (even after simplification).

why the difference?

 

I am currently attempting to write my own program in maple for the 2nd order Runge-Kutta method for a second order differential equation. What I am finding dfficlut is assigning the initial conditions.  I want to include the condition that

(d(theta)/dt)[0]=v_0 and then proceed to evaluate using different values of v_0, however I'm not allowed to assign a value to a differential.

How do I go about including this condition?

Georgie

(i^2+i*alpha+i*beta+i)*Q(n)+((-x*alpha-x*beta-2*x+beta-alpha)*n-x*alpha-x*beta-2*x+beta-alpha)*Q(n+1)+((1-x^2)*n^2+(-3*x^2+3)*n-2*x^2+2)*Q(n+2) = 0

After using diffeqtorec, there is n in coefficient, if multiply x^n/n! to all terms, i can not convert some to exponential function due to n^2, n and the difference of outer coefficient n not greater than n+2 in Q(n+2)

as i do not know the initial condition of above formula, differential equation is no use.

I wrote a procedure that solves an optimal control problem governed by volterra integral equation. This procedure  takes N , number of lagrange interpolating polynomials, as parameter and call NLPSolve function .the problem is: for N>10 maple displays this Error: Error, (in Optimization:-NLPSolve) object too large. How can I fix this problem?

here is my procedure:

Hi! I need some help with a curve I'm trying to plot.

f(x,y)= x^2*y^2/(x^4+y^4)

I'm asked to intersect the surface produced by f(x,y) with the plane z=1/4 and to plot the curve generated by the intersection (in 3D). I found how the curve looks like but I don´t know how to plot that in 3D.

hi

I want to have a fprint command which should given me the data in two columns.

I want to modifiy the following command

fprintf(fd,"%f \n",li,sigmai);

this command gives me data in horizental form, i.e.,

0.001000 0.300990 0.600980 0.900970 1.200960 1.500950 1.800940  2.100930
 
But i want it in the follwoing form
 li              sigma
0.001000 0.300990
 0.600980 0.900970

Hello

 

I Just shifted to Maple from TI-Interactive and i'd like to know if i can make equations and formulars without output and still using maples attributes such as when i divide stuff and it automaticly puts one under the other.

I TI-interactive i used the inser --> object and then chose the Microsoft Equation 3.0 for making equations where i write the output.

Is there a command to change differential equation into difference equation?

For i=1 I need to calculate the variables  t12[i], t13[i] ... and t18[i], then to  calculate Cn(i,n)=F(t12[i], t13[i] ... and t18[i]) as n increase from 1 to 15 and then to increase i and calculate all these  variabels another time and this will continue to i=5.

How to make the nested loop for this example?

Thank you ,

Tanya

i set up maple 14 on win 7 64 bit,  maple 14  opens but codes don't  work. how can i solve this problem? 

I am interested to know how the find the maximum value in a function of f(x,t) over an interval {x=a..b, t=c..d}. I have searched this forum and the web and can not find anything to do it.

I have plotted the function and can visually see the maximum, however, although I have tried many methods I can not calculate the maximum value.

Any assistance would be appreciated. If possible, I would also like to calculate the mean and minimum value for the function.

 

Hello All,

How may I have Maple accept and output J, rather than I, for imaginary numbers?

Thanks,

Dave

 

Hello All,

Are there keyboard shortcuts for pi and e? It's quite inconvenient to pull these from "Common Symbols". Thanks!

Regards,

Dave

 

 

Hi,

 

I am trying to solve the following system of ODE's given some initial and final conditions.

First 1830 1831 1832 1833 1834 1835 1836 Last Page 1832 of 2429