Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Hello everbody! Please, I need your help again.

B(ν)=2hν3/(c2 *(exp(hν/kT)-1);

h=6.63*10-34;

c=3*108;

k=1.38*10-23;

ν=0,001..10 if T=3000;

ν=10..10000 if T=3000;

plot(B(ν),ν);

Thanks

 

How can I get this expression, ln(1+y2/(x-1)2)+2ln(x-1) , to simplify to ln((x-1)2+y2) ?  I would think Maple should be able to do that.  Thanks, Ratch

I have a system of three non-linear coupled ODEs. I am trying to obtain the zeroth order, first order and second order equations and their boundary conditions using the perturbation technique. I then need to solve them. I wrote the following MAPLE lines for the purpose.

restart; N := 2

Eq[1] := diff(f(eta), `$`(eta, 3))+(m+4)*f(eta)*(diff(f(eta), `$`(eta, 2)))-(2*(m+1))*(diff(f(eta), eta))^2-(2*(m+1))*h(eta)-(.5*(m-2))*eta*(diff(h(eta), eta))

Eq[2] := g(eta)-(diff(h(eta), eta))

I would like to perform some operations on all the entries of an array (or an all entries in some given rows/columns).
Can this be achieved without writing an ad hoc loop?
(for instance this task is extremely easy in octave/matlab)
Should I use some specific package?

What's the best (or even A way) to numerically solve a system of first order ODE's and output the result to a functional form that could be used later. My first impression was to try to do a curvefit of some sort.

Hi,

 

Does any body know how one could calculate such an integration:

Int(expression, 1/x)
 
Thank You!
powermetal114

try_IG.mw

The following codes is a part of my program for computing ING at several points of r between -1 and 1 (by a step of for example 0.1 or even smaller for a better pointplot of ING(r) ):

H:=(r, teta) -> h(r, zn, teta) # h is a complicated function of (r, z, teta) (referred to the attached maple file) and   zn is a given number

F:= r -> int(H(r, teta), teta= 0…alpha)

Im asked on one of my problem sheets to write a procedure to inverse a square matrix using LU factorization and using partial pivoting. I can do all of these using simple pen and paper but am struggling towrite the procedure, especially to involve the partial pivoting and to then solve the linear system. Any ideas how I can do this question?

Hi all,

I have data which I want to give a simpler and a smaller interpolation function. Not necessary with Cubicspline as in the code attached (polynomial, exponential, etc..).

Thanks in advance

interpolation.mw

have a list of lists, and I would like to write each of these lists on a separate file, *on a single line*.

For instance consider the following trivial example:

P := [[-.3819660120, .6180339880, -10000, -2], [.6180339880, 1.618033988, -10000, -1], [1.618033988, 10000, -10000, -.5], [2.618033988, 10000, -.5, -0.1e-3], [2.618033988, 10000, 0.1e-3, .5]]

I would like to create
 + a file named  P1.dat containing the line
     ...


Hi,

I have two equations. I need the value of beta2. Can any body help me? I am getting error message like "Warning, solutions may have been lost". Any co-operations will be appreciable.

Nurul ISLAM

nislamce@yahoo.com


Hi everyone.

I have a problem with Maple 15. I have an equation, but when i write in into Maple, it says: "Warning, solutions may have been found". I don't know what to do. I've tried to solve it on paper, but without any luck. Could someone please help me?

 

Equation: ((x+1)2/3) - ((x+2)(x-2)/2) = ((x+3)/2) - ((x-2)2)/6) 

or when i copy paste from Maple...

(1/3)*(x+1)^2-(1/2)*(x+2)(x-2) = (x+3)*(1/2)-(1/6)*(x-2)^2

Hi

I've got a small problem:

how can i calculate with units AND show variables and its untits on both axles of a plot in the same worksheet?
and is there a way to give the range for each axle at the same time too?

This one only works for one axle:

restart;
with(Units);
d := 40*Unit(m);
a := .25*Unit(m/s^2);
x := d+(1/2)*a*(t*Unit('s'))^2;
plot(x, t = -10*Unit(s) ..10*Unit(s),useunits);

has anyone any ideas how to show "x[m...

In case if you like notepad++  under windows, and still didn't do smth like that then this is for you .userDefineLang.zip

Unpack to notepad++ folder. In case if you already had had other
own language then just copy "Maple language" section.

Hi everybody,

during testing the physics package I tried the following example

with(Physics):

Setup(anticommutativeprefix = {Q});

G:= Intc(Q1(x),Q2(y),x,y);

Fundiff(G,Q2(u));

The output of the last command seems to be wrong. The Maple Help does not say anything about functional derivatives with respect to anti commuting functions.

Is there a possibility to perform such functional derivatives with respect to anti commuting functions in Maple?...

First 1625 1626 1627 1628 1629 1630 1631 Last Page 1627 of 2224