MaplePrimes Questions

Can I solve the following two coupled differential equations instead of the previous one in Maple 13?

 with plots

Eq[1]:=3*f(eta)*(diff(f(eta), `$`(eta, 2)))-2*(diff(f(eta), eta))^2+3*g(eta)

Eq[2]:=(diff(g(eta), `$`(eta, 2)))/Pr+f(eta)*(diff(g(eta), eta))

BCs := [f(0), (D(f))(0), g(0)-1, g(25)]

pars := {Pr = 1}

for i to 2 do eq[i] := subs(pars, Eq[i]) end do

eqs := eq[1], eq[2]

vars := f(eta), g(eta)

No that way I could have chosen infinity at 10 or lower values also. f ' will go from 0 to 0 through positive values only. But how can I claim then that my solution is infinity independent. Because if I change the value of infinity whole solution changes.

 

Moreover at 15.6 the value of f ' is sufficiently close to 0 but value of g (0) is about 0.15 which is far greater than 0. g (0) goes to zero at about eta=25.

So  can I get rid of the problem?  

Is it possible to use Maple 13 to illustrate synthetic division?

I'm currently solving three equations in three unknowns. I was wondering if it's possible to let Maple using the solutions by assigning the values of the parameters. For example:

 

solve([eq1(x,y,z) , eq2 (x,y,z) , eq3(x,y,z)] , [x , y , z]);

let's say we get: x=2 , y=5 , z=8.

Is there any way I can get Maple to assign values x:=2; y:=5; z:=8; automatically?

 

Thanks,

 

Christian

I'm currently attempting to solve a non-linear programming problem. I get the message "Warning, limiting number of major iterations has been reached". Is there any way in which I can increase the number of iterations? Thanks, Christian.

I tried to solve two coupled non-linear ordinary differential equations that arises in case of natural convection from an isothermal vertical flat plate. The problem is a boundary value one. The boundary conditions for the problem are at eta=0, f '(0)=0, f(0)=0, g(0)=1 and at eta=infinity f '(eta)=0, g(eta)=0. f ' should go from zero to zero through positive values but after a certain value of eta f ' is going to negative values until the value of eta =infinity at which it...

fc := exp(btp*s*cos(2*Pi*x/a))*exp(-(I*2)*Pi*n*x/a)

int(fc, x = 0 .. a)  assuming a > 0, s> 0, btp > 0, n::integer;

 

Thanks in advance.

Hi all,

Is there any way with "pdsolve" or 'dsolve' to get the general solution of Laplace equation in polar coordinates with boundary onditions as :

restart:sys[1] := [diff(A(r, theta), r, r)+(diff(A(r, theta), r))/r+(diff(A(r, theta), theta, theta))/r^2 =0, D[2](A)(r, theta0) = 0, D[2](A)(r, theta0+beta) = 0, D[1](A)(R1, theta) = 0, A(R2,theta)=f(theta)];

pdsolve(sys[1]);

Thanks in advance

How do i use Maple to find all the pairs of consecutive primes between 2 and 500, that is, all the pairs (n, m) such that abs(n-m)

i have an image and would like to perform a canny edge detection. one of the first steps is the convolution of the image with a smoothed derivative filter, i.e. a gaussian. the problem is, that i don`t know, how to convolve my collection of discrete pixels (the image) with a 2D gaussian. how do i get an integer-valued convolution kernel that approximates a Gaussian with a variable sigma?

I want to simulate the model as show in Fig.1 

Fig. 1

Its equation of movement is 

eq

and its mathematical solution can be caculate as Fig. 2

i need tooo solve this asap help me

-x+y=4

x^2+y=3

I've been using Maple for many years in the good-old "classic worksheet" mode. After purchasing Maple 14, I decided to use the "new" worksheet mode (I know it's not that new, but I always objected to use it) to get the most of the 64 bit program with my 64 bit Windows 7...

 

1. My first problem is that "I cannot copy any output!" either to paste to an input line or to a text file!

 

My Tools-Options-Display section is,

Input display: Maple notation

Hi! sorry me for my bad english =(

Can you help me with such problem? -

I need to solve a partial differential equation with 3 independent variables.

i see such answer - that maple doesn't solve such type of equations and i am very sorry about it =(

why matlab solve them and maple doesn't solve? the problem isn't hard - just give numeric solution, before i think much better about maple, and now i see that maple is rather limited program.  T_T

Hello everyone.

When doing calculations in Maple, is it possible to have Maple use some number of significant figures (as set by the Digits=n command) while only showing a specified number in the output? What I would like is a command like the displayprecision one, just with significant figures instead, so I could avoid round-off error, but still only have the relevant number of digits shown.

Thanks in advance.

First 1948 1949 1950 1951 1952 1953 1954 Last Page 1950 of 2431