Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

I have some difficulties in my little example:

K:=(Itr*sin(a+b)2-Itrsin(a-b)2)/(Itr*sin(a+b)2+Itrsin(a-b)2)+2*Iex

... after few transformations ...

K:=sin(2a)sin(2b)/(sin(a)2cos(b)2+cos(a)2sin(b)2+Iex/Itr)

also we have:

r:=Iex/Itr

d:=1+2*r

My question is in the title, here is simple example: 

K:=(sin^2(a+b)-sin^2(a-b))

I use formula of abridged multiplication (with help of "factor")

>factor(K)

  (sin(a+b) - sin(a-b))(sin(a+b) + sin(a-b))

Then expand:

>expand(%, trig)

  4sin(a)cos(b)cos(a)sin(b)

And all I whant now is to use double angle formula like this:

4sin(a)cos(b)cos(a)sin(b) = sin(2a)sin(2b)

Hi,I want to compute some expressions as binomial(d-2,r)*binomial(v-d-1,r-1) and something like that. In the process, there are many such expressions but with differernt parameters. Some of them can pass successfully, but some of them will generate a mistake. That is: Error, (in gcd/LinZip) variable in input expression must be in either the evaluate or retained variables.Could you please what happened to it? Thanks.

Hi,

I want to solve a small system of quadratic equations using Maple. There are 4 unknowns and 4 equations.

The solve function has a problem with that kind of a system (I'm sure that this system has a solution).

Is there a method of solving that kind of systems of equations in Maple ?

Thanks in advance.

How to find the exact solution from this equations?

1. (x+epsilon*y)dy/dx + y =0      y(1)=1

2. (x^n + epsilon * y)dy/dx + nx^(n-1) * y = m*x^(m-1)      y(1)=b>1   ; n=2,3,4,...   ; m=0,1,2,3,...

3. u" + u + epsilon*u^3 = 0    u(0)=A  ;   u'(0)=0

4. y" + 2(y')^2 +3y' = -sin x    ; y(0)=1  ;  y'(0)=0

 

Hey (again) everyone. I'm back with a question similar to (but never answered on) this post: http://www.mapleprimes.com/questions/152116-Maple-Doesnt-Recognize-Function-Definition

The problem here is almost identical, except now it won't let me define a procedure. It's very bizarre. Here is my sheet:

Hey everyone. Another question. I am getting a bug I have never gotten before - it's really bizarre. I have a sheet that works perfectly fine. All the functions are defined normally and they work properly. Then, when I get to the bottom of the sheet and try to define

> pathZ(r,theta):=(1- Heaviside(theta-Pi/(12)))*centralR*theta+Heaviside(theta-Pi/(12))*(centralR*Pi)/(12);

I get nothing being defined. I press enter while at that line and then it just goes...

non-linear and non homogen equation second-order..

1.) y"+y^2 = x^4 + 2

with 0<x<1, y(0)=0, y(1)=1

2.) y"+y^2 = -b*y^2 * y'

with y(0)=1, y'(0)=0 and b=0.1 ; 0.3 ; 0.5 ; 0.7

how to solve thats??

 

thanks in advance.

Hi everyone. Long time reader, first time poster.

I have a rather nasty function that I need to use in various calculations (namely, one of them is a numerical integration). But, even evaluating this function at a given point takes exceedingly long (several seconds to tens, maybe even hundreds of seconds!). Is there any way I can make maple do all of the calculations numerically instead of doing all but the last evalf symbolically? I think that may be the problem. Anyway, here is my defined function:

Aslam-u-Alikum... How are you? Hope you will be fine. I want to determine the eigenvalues of differential equation in Maple kindly help me... Problem.docx

Aslam-u-Alikum...How are you? Hope you will be fine. I want nontriavial solution of the System of equations urgently please help me .Help.mw

Aslam-u-Alikum... How are you. Hope you will be fine. I want to solve nonlinear Equation for the root 0, 4.4934, 7.7253,10.9041,14.0662,17.2208, but my code give the solutions in Rootof form. Please help me as early as possible...Help.mw

Aslam-ul-Alikum I need some help urgently. I want to compare the coefficients of like powers of Y_1*Y_2, please help how i compare it in mapleHelp.mw

Aslam-ul-Alikum I need some help urgently. I want to compare the coefficients of like powers of Y_1*Y_2, please help how i compare it in maple

Hi, I got a doubtI don’tknow how to make the Runge-Kutta’s and Euler’s method. The Runge-Kutta for thesecond and fourth order. I don’t know how to beginning the algoritms, I needsome help. Thanks.

First 24 25 26 27 28 29 30 Last Page 26 of 55