Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

A sequence of real numbers a_1,a_2,a_3....... satisfies a_0=1 and

# why matrix is not in numeric but in terms of variables

restart;

with(LinearAlgebra):

with(inttrans):

with(SumTools):

egf := exp(2*x*z-z^2);

test1r := subs(z=x,subs(x=dummy,egf));

test1r2 := solve(test1r=f,x);

b := Matrix([[a1,a2],[a3,a4]]);

invb := MatrixInverse(b);

testing1 := MatrixMatrixMultiply(MatrixMatrixMultiply(MatrixMatrixMultiply(Matrix([[f,f^2]]),invb),Matrix([[x,1],[1,x^2]])),b);

restart;

with(LinearAlgebra):

with(inttrans):

with(SumTools):

egf := exp(2*x*z-z^2);

test1r := subs(z=x,subs(x=dummy,egf));

test1r2 := solve(test1r=f,x);

 

# Assume b as following

 

b := Matrix([[a1,a2,a3],[a4,a5,a6],[a7,a8,a9]]);

invb := MatrixInverse(b);

testing1 := MatrixMatrixMultiply(MatrixMatrixMultiply(MatrixMatrixMultiply(Matrix([[f,f^2,1]]),invb),Matrix([[x,1,1],[1,x^2,1],[1,1,x^3]])),b);

Good afternoon Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

I request you to help me How to write c-programming codes to solve the linear system by using Gaussian elimination, conjugate gradient method without preconditioning and Conjugate gradient method with preconditioning?

 

With thanks & regards.

 

M.Anand

Assistant professor in Mathematics

Good afternoon Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

Is there any direct approach like Jacobi,Gauss-seidel, & SOR methods in Maple to solve a given linear system of equations by using Conjugate gradient method & Preconditioned Conjugate method.

I request you to help me out to generate Maple commands to solve.

 

Good morning Professor.

 

I am M.Anand working for SRIIT, as Assistant Professor in Mathematics in Hyderabad, INDIA.

I request you to help me out to create an Augmented Matrix of a given system of linear equations with more number of variables.

 

With thanks & regards.

 

M.Anand

Assistant professor in Mathematics

SR International Institute of Technology

Hyderabad, Andhra Pradesh, INDIA.

How do i "show region ranges" on mac. on windows you just press F9 but you cant on mac??

Let X be the random variable uniformly distributed in the disk centered at the origin O(0,0) with radius 1 and let Y be the random variable uniformly distributed in the square having its vertices A(6,-1), B(9,-2), C(8,-5), and E(5,-4). What is the PDF of the distance between X and Y? Is it possible to find that with Maple? The similar question in three dimensions, replacing a square by a cube and a disk by a solid sphere.

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

i interpolate a function in some knots by BSplineCurve, the resulting function is parametric.

how i can convert this parametric function to a function?

thanks.

What I'm looking for is a good text for my Embedded Components interactive mathematical designs. I have several books of Maple but speak little of Embedded Components. MapleCloud community hope I post up a book. It is very poor on "The Maple Help System" so I need a good text.

how to use c# check whether maple is installed

Dear all,

I'm a new user of Maple. The pdsolve in Maple is quite an important function for me.

I can see how it works for PDES in the help:

http://www.maplesoft.com/support/help/Maple/view.aspx?path=pdsolve/numeric

However, I'm wondering if I could get the euqations of the discreted PDES forms (equations) rather than just the results, please?

Thanks in advance!

1.

Actually the goal is to output a numeric to c# variable after run a procedure

i use EvalMapleStatement to run the procedure body and then

use another EvalMapleStatement to call this procedure

it do not know the procedure or variable in last EvalMapleStatement

2.

then i think whether i can run it once with one EvalMapleStatment

however i got maple warning about declared local variables to procedure

so, the output...

i copy the example to run in a new project, it can run successfully

however, after copy part of code such as static class MapleEngine into my old console program, it return error unable to find maplec.dll when run at StartMaple

this old project is created with Visual Studio 2008 and migrated to 2010

 

then i do backward, i succeed when i copy old console code to new project which can run maple

this project is newly created in Visual Studio 2010

First 210 211 212 213 214 215 216 Last Page 212 of 2097