MaplePrimes Questions

I am trying to use the procedure described in the answers to this question: 

http://www.mapleprimes.com/questions/100137-Solving-Trigonometric-Equations-For

to find the solutions to sin(2*x) = 1/2 where -2*Pi <= x <= 2*Pi. After the isolve() command is issued, I get the warning that solutions may have been lost. i think the issue is the form in which Maple represents the general solution to the equation. Any ideas on how to rectify this would be greatly appreciated!

Dear Maple users

I have a question, which is probably very basic, but I can't find how to handle it in the Programming Manual or elsewhere. I need to declare a parameter, which is a vector of lists. Example of element:

< [3,7,2,4], [-3,6,8,0], [-5,8,4,2]>

Vector has n components and each list has k components. I tried declaring it like:

boxVector:=Vector(n,datatype=list());

and other ways, but it didn't work. How can it be done?...

Hello,

I'm rediscovering maple, and i want to find the zeroes of an expression by numerical calculation. But it seems that the function fsolve can not handle the monster i created...

(The monster in question here is a determinant of a 12x12 matrix with one variable an trigonometric functions that i don't want to copy pas (NDA))

The problem might comes from the extrem values it gives for a numerical calculation (slope around 1e6)...

 

My problem is How to use events command in dsolve/numeric for different points of independent variable?                                     A simple example:

de:=diff(x(t),t)=-x(t);

ds:=dsolve({de,x(0)=1}, numeric, method = rkf45,abserr=1E-12,relerr=1E-11,events =[[x(t)-1E-8,halt]]);

works perfectly, but I need to compare x(t) and x(t-h) in two consecutive...

How to compute the integral: int((c-x)/x)^n,x=a..c) ?

This integral is an incomplete beta function and could be expressed in terms of hypergeometric function, but my Maple refuse to deal is. Pleas help

Hello

 

pl explain me how to find a and b in this eqation

 

a^x + b^y = 1,

 

were a= 5 and b= 8 

 

thanks

I want to invlaplace the following complex expression that I call PQ.

>PQ:=(cosh((1/2)*eta*sqrt(C3^2+4*C1*s))*sqrt(C3^2+4*C1*s)+sinh((1/2)*eta*sqrt(C3^2+4*C1*s))*C3)*(cosh((1/2)*eta*C3)-sinh((1/2)*eta*C3))*(-cosh(C4)-sinh(C4)+s)/(s^2*(-sinh((1/2)*C3)+cosh((1/2)*C3))*(sinh((1/2)*sqrt(C3^2+4*C1*s))*C3+sqrt(C3^2+4*C1*s)*cosh((1/2)*sqrt(C3^2+4*C1*s))))

where C1 C3 C4 eta are constant .

Then I do like this

>invlaplace(PQ)

But I got

Hello everyone, I've been trying to solve a nonlinear ODE that has resulted in the following 5 equations

When solving a ODE system, I get "the lenght of the output exceeds the limit of 100000". This was expected so, it is OK with me. However, I would like to be able to see part of the output. Then, I can start making susbtitutions (algsubs) and shrink the output. So, how can I print just a few lines of the output?

Hello,

I'm interesting to model with MapleSim a system with absolute coordinates. Indeed, i would like to compare my analytical results i have found with the symbolic equations i can generate with MapleSim and the model i have built was made with absolute coordinates.

So, is it possible to model a multi body sytem with absolute coordinates instead relative coordinates ?

For the moment, i have found any model (or tutorial) with absolute coordinates ?...

what is the difference between using DEtools forexample bernoullisol and dsolve directly?

I have a maple document with a few dozen plots. I am using the code

plotsetup(ps,plotoutput="C:\\plot.eps"); plot(x^2,x=-1..1); plotsetup(window);

to save the plot as an eps file. Is it possible to alter this code to save the file as a pdf? I've tried changing ps to pdf, but this doesn't seem to work. Thanks!

Hi I want to obtain the inverse of the following cumulative function: F(x)=1/n ∑_(i=1)^n(1-e^(-β/h (x-x_i-γh) ) )

Is it possible to print an asterisk in a superscript? For example, the plot

plot(x^2,x=-1..1,tickmarks=[[1/2=x^*],[1='a']]);

has x^* at the tickmark x=1/2, but I'd like it to be x*

 

Thanks!

Is it possible for tickmarks to be different colors? For example, say I'm working with the plot

plot(x^2,x=-1..1,tickmarks=[[-1,-1/2,1/2,1],[]]);

Is there a way to make the tickmarks at x=-1/2,1/2 red while making the tickmarks at x=-1,1 blue?

Or, alternatively, is there a way to turn the tickmarks at x=-1/2,1/2 into red subticks and make the tickmarks at x=-1,1 blue?

Thanks!

First 1555 1556 1557 1558 1559 1560 1561 Last Page 1557 of 2434