Maple 13 Questions and Posts

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

I WAS WONDERING IF ANYONE COULD HELP ME OUT... I DOWNLOADED A STRUCTURAL MECHANICS PACKAGE THE OTHER DAY FROM THE MAPLE APPLICATION PAGE.... I KNOW I CAN RUN EACH OF THE DOCUMENTS INDIVIDUALLY BUT I DON'T KNOW HOW TO CALL THEM UP IN THE PROGRAM.. CAN ANYONE GIVE ME STEP BY STEP INSTRUCTIONS OF HOW I CAN INSTALL THE PACKAGE IN MAPLE 13..

 

THANKS IN ADVANCE!!!

Hey folks. I have a massively complicated equation I'm trying to solve and the internal memory can't take it.

 

Here is the problem.

 

Let f(x) := 1 - lambda*x^2

alpha := 1/f(1)

 

By solving the following equation,

 

alpha*f(f(x/alpha)) = f(x) + O(x^4)

 

We can determine a value of lambda and hence alpha (for which the real value is roughly -2.5 and the calculated value here is roughly -2.7).

hi ,friends

  now ,i get a matrix of symbolic expression,it's difficulty to find the simplest forms using the common command  as like simplify or combine

p := Matrix(4, 4, {(1, 1) = (1/2)*exp((1/2)*J[1]-(1/2)*J[2]+(1/2)*J[3])+(1/2)*exp(-(1/2)*J[1]+(1/2)*J[2]+(1/2)*J[3]), (1, 2) = 0, (1, 3) = 0, (1, 4) = (1/2)*exp((1/2)*J[1]-(1/2)*J[2]+(1/2)*J[3])-(1/2)*exp(-(1/2)*J[1]+(1/2)*J[2]+(1/2)*J[3]), (2, 1) = 0, (2, 2) = (1/2)*exp(-(1/2)*J[1...

I meet a problem in the use physcis package.

    for example,

                                   restart;  with(Physics); Setup(mathematicalnotation = true):

                  ...

Law of Hess and heats of dissolution in acid.б-в Х, КХ

In 298.15 º K are set following the dissolution enthalpy of these compounds in HCl:

B2O3.3CaO           -344.86 kJ/mol,

B2O3.2CaO           -210.40 kJ/mol,

B2O3.CaO  ...

I'm currently using Maple to plot a 2-D (x,y) function F(I) that, at each point, is a function of a nasty integral, I(x,y,t)dt between -infinity and some constant. Maple does a good job of plotting the data and the resulting plot looks fine. The trouble is that when I ask Maple to just evaluate F for a single (x,y) rather than over the full range of (x,y) it tells me that it is not analytically tractable and it cannot produce a result.

If this is true, then how on EARTH...

Hi,

I have the following problem, I have a random matrix 50×50 and I want to permute the columns in such way that the number of non-zero elements under the diagonal would be minimal. Is there any function in maple which can do this? Or should I write an algorithm my self?

Hey guys, 

Its my first post, so please be lenient. I have done an internship at a theoretical physics department and part of my work was to plot a particular only numerically solvable integral over time (problem from Quantum Mechanics). I wrote a maple code and made it work, but it only produces results for certain values and even for those it takes more than one hour to plot one graph. Since this is my first big project written in maple, i assume, that the code...

I solve system of ordinary differential equations numerically by method=rkf45 (Runge-Kutta Fehlberg method).

  1. Maple 13 installed on the Linux x64. Processor – AMD Phenom (4 cores). When Maple computes it uses only one core but other three cores stand idle. How to impel to compute other cores?
  2. When I solve system of ODE a calculation reaches closely 1 ns and stops. Maple writes that value of Maxfun exceeded. But I need solve system up to 10 μs....

please i want to write the maple programme  for solving y/ =y, y(0)=1, 0≤x1 with h=0.1 using the following three schemes simultaneously:

1. (7/12)yn+1 - yn+1/2 +5/12yn =(h/12)fn+2

2. yn+2 - (4/3)yn+1 +1/3yn =(2h/3)fn+2

3. yn+1 -yn =hfn+1/2

 

 

Hello,

I would like to create a model of a sinngle pendulum with Maple 13

I began but I cannot manage to animate it

Here is what i have already written:

 

pendulum:=proc(l,initialAngle,initialSpeed)

local eq,sol,angledata,x,y,plotseq

eq:=diff(θ(t),t,t) + 9.81/l sin(θ(t)) = 0;

sol:=dsolve({eq,θ(0)=initialAngle,D(θ)(0)=initialSpeed},θ(t),numeric);

I am trying to get the equation of a line. I have a buch of points and need the equation of a line going through those points. I am making computer program that can finde the y value of any point on the line with the equation I'm trying to get and an X value.

So, I have some points,..

I can get the graph,..but not the equation for that graph...

Is this posable,...?? I can't seem to find out how...

Thank you!

(I put in the points Im using just as are ference)

ifplease how can i factorise in powers of (x-xn), the expression  y(t):=(1/3h2)[(-x+xn+h)(-x+xn+3h)]yn+(1/3h2)[(-xn+x)(-x+xn+4h)]yn+1 -(1/3h)[(-xn+x)(-x+xn+3h)]fn+2?

i was trying to familiarize with maple 13 but encountered this. pls how may i go out from here?

> with(Student[NumericalAnalysis]);
> DE1 := d*y(t)/dt = y(t)-t^2+1;
                           d y(t)           2   
        ...

I am trying to solve the the differential equation. for this I have written the following program. But it is showing the error.

restart

with(plots)

eq := diff(x(t), `$`(t, 2))+326.1*(diff(x(t), `$`(t, 1)))+3190*(diff(x(t), `$`(t, 1)))^2-37500*sqrt(x(t)*(0.165e-2-x(t)))+2.825

BCs := [x(0), x(0.2e-1)-0.15e-2]

sol := dsolve({BCs, eq}, {x(t)}, type = numeric)

Maple is saying:

Error, (in dsolve/numeric/process_input) system...

First 45 46 47 48 49 50 51 Page 47 of 54