MaplePrimes Questions

How can I copy and paste equations from Maple to Microsoft Word not in picture form so that I can edit.

I have some large equations derived in maple but want to paste them on Microsoft Word, where I am writing my paper.

Thanks

Dear users,

I have a Maple file to evaluate the shape functions on hexahedrons and to save the results in a .cpp file. However, the execution time is very long and when I do not loose the connection with the server, I ran out of memory (I have 32GB!!). So, I very keen to hear some tips on how to optimize it! I am sure this computation is simple enough for the Maple powerful and I quite sure there are some tricks to optimize it! The code is below.

Thanks in advance!

L * di(t)/dt + R1 * i(t) + R2 * i(t) + 1/Cq(t) = U

How can I solve the equation with maple if and plot:

L = 2
R1 = 2
R2 = 8
C = 1/12
U = 4e-t 

Hi all,

 

C:=2:

solve({K*(K-1)>6*C-2,K>0},K,useassumptions) assuming K::point;

It does not exacly give me 'integer'.

for C from 2 to 10 do

isolve({K*(K-1)>6*C-2,K>0},a);

end do;

gives me pretty much what I am expected to see. The positive smallest (ceiling) numbers, 4,5,6,6,7,7,8,8,9.

 

Is there a way to obtain a "neater" output?

Say I just want a sequence (list) of 4,5,6,6,7,7,8,8,9.

Aslam-u-Alikum... How are you. Hope you will be fine. I want to solve nonlinear Equation for the root 0, 4.4934, 7.7253,10.9041,14.0662,17.2208, but my code give the solutions in Rootof form. Please help me as early as possible...Help.mw

sorry if the wording is bad. first time on the forum and first time using maple. basically i'm switching from a graphing calculator to this and don't know any "shortcuts" or anything. answering the original question and any other tips/tricks/advice/etc you may have to offer is greatly appreciated. 

 

(i could always just use the formula but where's the ease in that?)

Calculate the area of an image limited by ruler
x=y ; x=2y ; x+y=a ; x+3y=a

I want to get result like this:[0.003,123], however, it turns out to be like this: 

I have the following procedure that has an error:

Can You tell me, where is the mistake?

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

i have been given the simple assignment to sketch the region consisting of points whose polar coordinates satisfy the given coordinates:

 

2<r≤5,   (3*Pi)/4<θ<(5*Pi)/4

 

 

i know how it is supposed to look, but how do i plot it?

 

I have been playing around with the polarplots function for a good hour now, but with no luck

 

Thank you for the help

Let us consider the code

restart: 
x := 11.1111111111; 
Q := fopen("E:\\rezz.txt", WRITE): 
fprintf(Q, "%e \n", x): 
fclose(Q): 
Q := fopen("E:\\rezz.txt", READ): 
y := op(fscanf(Q, " %e\n")); 
fclose(Q):

which produces

x:=11.1111111111 
y:=11.1111100000 .

How many five -digit positive integers have the property that the product of their digits is 2014?

First 1542 1543 1544 1545 1546 1547 1548 Last Page 1544 of 2427