Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I am trying to integrate solutions to a set of differential equations I have obtained numerically but keep getting this error:

Error, (in solW) invalid input: subs received sol(r), which is not valid for its 1st argument

For simplicity, let's say I am interested in integrating the function W(r), which I obtain from 

sol := dsolve({eqns, ics}, numeric, abserr = 10^(-10), relerr = 10^(-10), range = ymin .. ymax)

I then use

solW := r -> subs(sol(r), W(y))

This gives me W(r) for any r in the range ymin to ymax. But I cannot do anything with this function. For example, 

int(solW(r),r=ymin..ymax) or plot(solW(r),r=ymin..ymax) give the error above. I know that I can plot the solutions using odeplot, but is there something analogous for integrating the solutions? 

Thanks!

Why maple reorders expressions when they are exported in LaTeX? For long expressions this is very anoying!

 

Thank you

Hello

Previously today I had to do some chemistry assignments, which I did in maple, my long time favorite for such assignments.

However I have now encountered a severe problem. I cannot open my worksheet file, .mw. When I try to open it, it asks me whether to open the file as maple text, plain text or maple input??? 

Whatever one I choose, it either opens a blank page in maple, or maple just crashes.

The file in question should be attached. If you can open it, don't mind the language, it is danish

Any help will be greatly appreciated, best regards, Jens

Maple Worksheet - Error

Failed to load the worksheet /maplenet/convert/Opgaver_fra_bog.mw .

Download Opgaver_fra_bog.mw

Hi everyone,

I'm kinda new here, and I really hope you guys can help me through this.

I'm doing a term project and I need to solve this differential equation. I tried to make it work, but since I'm new with maple I couldn't get to any result. So I really appreciate if you can help me solve the problem, since I am eally stuck here and all other results sort of depend on this equation.

here is the equation:

diff(y(x), x, x) = -(8*omega*(1-exp(-8*x))*exp(-8*x)/(2*x^2)-pi^2/(32*x))*y(x)

with following boundary conditions:

y(0)=0,

y(1/2)=0 ,

y'(0)=1.

thanks again.

this module looks at the numbers in the list and reports "true" if they are nonnegint (whole numbers).  is there a way to make the printout go across the page instead of down?

                               -3
                             false
                              -2.5
                             false
                               0
                              true
                               1
                              true
                               3
                               -
                               2
                             false
                               Pi
                             false
                              (1/2)
                             5     
                             false
thanks in advance!

les

As a very good application for viewing and calculation of the components of acceleration either tangential or normal. Besides immediately it is shown an Application for physics.

Componentes_de_la_Acelelación.mw

(in spanish)

L. Araujo C.

 

 

Here we see the projection of a vector onto another using different concepts ranging from linear algebra to vector calculus. Implemented components thus seen in three-dimensional space.

 

Proyecciones_Vectoriales.mw

(in spanish)

L.Araujo C.


plot([Y2(t),-X2(t),0...100],numpoints=100);


Error, (in plot) procedure expected, as range contains no plotting variable

Completely new to maple. Not even sure where to start with this. Can't get the Simpson's or Trapezoidal Rule to work for me. Any help would be much appreciated

dear all

 

how do i do for deletion of some columns? example:

A:=Matrix([[1,2,3],[4,5,6],]);

change to this: A:=Matrix([[1,2],[4,5]]).

 

i have a Matrix 8*12 and i want change it to 8*8

 

plz help me.

 

and

 

 

and

Here is a serious achievement of the Roots command:


Student[Calculus1]:-Roots(2^x+3^x+6^x-x^2);

                              [-1]

plot(2^x+3^x+6^x-x^2, x = -6 .. 2, gridlines = false);





Download Roots.mw

The solve command also does the job here:

sol := solve(2^x+3^x+6^x-x^2);



allvalues(sol);


evalf(%):

The RealDomain:-solve command fails here.

I wonder how Maple solves it. It would be kind of Maple developers and experts to explain that.

PS. I tried printlevel:=10, but understood the output a little.

 

 

if I plot the equation (x^2-4=0) . how can I add the fixed point (-2,0),(2,0) to this curve?

daer all

how can i calculate eigenvalue and eigenvectors for a big Matrix?

example Matrix 12*12.

 

thank you

Here it is:

 

 

 

 

I'd like to input it as 2-D and solve for x as a function of t.

 

First 1206 1207 1208 1209 1210 1211 1212 Last Page 1208 of 2224