Items tagged with program program Tagged Items Feed

Doc3.docx  

suppose my matrix is in the form as i attached in Doc3.docx

how should i find the determinant for that M1 matrix in the attached document programatically,

i fint the determinant of M matrix programatically, but how to find it for M1,M2 ........M6.

 

please help me with solution.

 

Thanks and Regards,

ppdev.

 

Hi,

 

Im not sure if anyone can help but whenever I plot a graph maple freezes. It looks like the program just refuses to plot it and repeats the command until i get to past where the graph should be at which time it goes back to working fine.

 

Another way of describing the error is, whenever i...

Hi,  I have and integral its results contains Beta function and hypergeometric function.
I found a difficulty to program the hypergeometric function with Maple 13. is any one can solve this problem
where

 

∫₀^{(π/2)}((sin^{α}xcos^{β}x)/(√(1-k²sin²x)))dx=(1/2)B(((α+1)/2),((β+1)/2))F(((α+1)/2),(1/2);((α+β+2)/2);k²),α>-1,β>-1,∣k∣<1

The problem in written...

I wrote the following lines in MAPLE:

 

How may I program the following with Maple?

 

(1) Define the function:

H(p) := p * c1 + p^2 * c2 + p^3 * c3  + ......

 

(2) Now construct the following expression:

 

(1-p) [ v''' + 1 ]  = H(p) [ v''' - 25 * v' + 1]

Here, v is some funciton of x.

 

(3) Now assume: v = u0 + u1 * p + u2 * p^2 + ...

and substitute this into the expression defined at the point (2).

custom component

November 20 2011 by a_simsim 0 MapleSim

Dear Maplers

I would like to define a component in MapleSim, which is difficult to write with a single equation, but rather it would be defined with a bunch of equations (a procedure). Can it be done programatically, i.e. can I write my own code (procedure) in Maple programming language to define the component? Or should I subdivide the problem to smaller steps (equations) and define a component for each of them? What would be the best way? Could you possibly give an example?

Good afternoon

i have problem with that program, because it's too slowly, i can't plot and i I have difficulty in keeping the processed data vector.

this program in matlab 12 seconds delay.

Thank you for your help

final-robot-circuloI.mw

Hey, so i guess i dont really know whats going on. I am trying to install Maple 10 on my Macbook Pro. I get an error message Uncaught exception in main method: java.lang.NoClassDefFoundError: org/apache/crimson/parser/XMLReaderImpl when i try to open the program. Any help?

I tryto solve a linear program of big dimension using LPSolve function. My problem is that is returns a solution but I am not sure if it is unique or not, and for me it is really important.

I saw that in the new version there are options for LPSolve: method=interiorpoint or activeset. If I understood correctly, interiorpoint gives a solution in the middle of the interval and the activepoint - in the corner. My idea was to run LPSolve twice using those two methods. If...

I am currently attempting to write my own program in maple for the 2nd order Runge-Kutta method for a second order differential equation. What I am finding dfficlut is assigning the initial conditions.  I want to include the condition that

(d(theta)/dt)[0]=v_0 and then proceed to evaluate using different values of v_0, however I'm not allowed to assign a value to a differential.

How do I go about including this condition?

Georgie

Hi,

 

After having Maple solve a large system of equations, I'd like to convert the resultset into functions programmatically.

 

Something along these lines:

for p in resultset do functionname=lhs(p); functionname=unapply(p); od;

 

This of course doesn't work, this assigns the function to 'll'. I tried something like this as well:

for p in resultset do functionname=lhs(p); subs(FN=functionname, FN=unapply(p)); od;

I have a problem with radiobutton

i have 3 types of fricction, and each radio button has one type of it.

I have a problem when i select one type of friction don´t plot it

that is the code  RBFEstatica is a radiobutton of type static fricction

if GetProperty(RBFEstatica,value) = true then

DocumentTools[SetProperty](Label0,caption,estatica);

p1 := 0;
p2 := 0.1;
deltav1 := piecewise((abs(x2q1(t)) > 0 and abs(x2q1(t)) < 0), p1, p2);

I would like to know how to program this equation in MAPLE to iterate and derive my results (values of "h") in the form of plots....

I would like someone to take a look at my equation and tell me if its solvable...coz am not able to graduate!!!! :(

I am a mechanical engineering graduate student and I use Maple daily for everything from school projects to homework. Unfortunately, printing anything out (to hand in) either (a) ends up looking absolutely terrible / enormous or (b) takes forever to format. I have to go through and apply all of these styles I've saved that make all of the fonts smaller and a different color (and when I do that, things look weird.... powers are impinging on their bases [e.g. the x and 3 in x^3 are fused...

Hello everybody,

I have this equation J:

> J := Matrix(2, 6, [[j41, j42, j43, j44, j45, j46], [j51, j52, j53, j54, j55, j56]]);

it's a 2 times 6 matrix made with the results of other equation, each one of those small j's are long analytical terms.

Later I want to generate a Matlab code of J using this:

> Matlab(J, resultname = "j4", output = "file.m", optimize);

I use the optimize code at the end because then I avoid getting...

1 2 3 Page 1 of 3