Maple 13 Questions and Posts

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

Im trying to resolve a simple system of 2 ecuations and 2 incognits, but I dont know why maple return the same that I put in the instruction as the answer, I will put my procedure here:

 

theta[2]:=20;
theta[3]:=theta[4]-30;

Maple returns:
                              ...

Hi

The function of my problem is:

f(x) = piecewise(x < 0, 0, 0 <= x, exp(-1/x^2))

where a=0,x=0.5 and ξ=.25 i want to find reminder of f(x),R, and then plot R-n plot(n is degree of diff)

Hint:

I am trying to transform this expression:

 

sin(sqrt(K)*t/sqrt(M))

into this expression

sin(omega[n]*t)

using the equation:

I was wondering how to find the distance between 2 points on Maple 13. For example points (-1,3) and (4,-2).

 

 

 

 

How can I solve the following differential equation?

with plots

Eq[1]:=diff(f(eta),eta$3)+g(eta);

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

BCs := [f(0), (D(f))(0), (diff(f(eta), `$`(eta, 2)))(2), g(0)-1, g(2)]

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)

bcs := op(subs(pars, BCs))

sol := dsolve({bcs, eqs}, {vars}, type = numeric, output = array...

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 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...

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)

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

Problem of integer optimization

35*x+40*y+50*z -> min

.4*x+.5*y+.8*z >= 2

x,y,z are positive integers

 

When i call

> LPSolve(35*x+40*y+50*z, {x >= 0, y >= 0, z >= 0, .4*x+.5*y+.8*z >= 2}, assume = integer);
                        [135, [x = 1, y = 0, z = 2]] -- right solution



Hello,

I have some problems with pointplot3d command. This text worked in Maple 12 but it doesn't work now...

I have got this "Error, (in plots/tolist) points are not in the correct format".

My text:

restart:
with(plots):
with(student):
file := fopen(`C:\\Users\\Kate\\Documents\\ChSU\\New Project Mobile\\Inverted-L antenna\\ILA 900 MHz Analysis\\ILA 900 MHz.txt`,READ):
Data := readdata(file,7):
Data :=convert(Data,array):
N := 30603/3:

First 47 48 49 50 51 52 53 Page 49 of 55