MaplePrimes Questions

Just purchased Maple 2015 and playing with it for the first time.  I'm running the 64-bit version on Win 8.1.

Anytime the program generates a pop-up dialog box, the pop-up seems to get stuck behind the main program window.  I can't alt+tab to get to the pop-up window and I can't click on anything in the main program window because it's frozen while waiting for me to aknowledge the pop-up dialog box.  So I have to kill everything from the task manager and lose anything that's unsaved.

I'm talking about pop-ups for things like "Error, (in @@) invalid arguments"... I click on the link and see a brief flash while that pop-up quickly flies behind the main window.  Same thing happens when I click on a link that asks what web browser I want to use.

 

I can't be the only one that has this problem, so is there a fix or workaround for this somewhere?  It's not really useable like this.  Thanks!

k^4-k^2*(4*u*m+2*q^2)+k*(8*m*E*q)+4*m^2*(D^2-e^2+(q^2/2*m-u)^2)=0

This is my first attempt at trying the units feature within Maple. I have had mixed results. I have a function defined that gives me values in [cal/mol/K], which is correct. But when I try to use this as the integrand in an integral definition it does not want to solve. I cannot determine what the problem is.

I thought that I possibly needed to define units in the integral expression, but this just produces more errors or locks-up Maple completely. (Side note: When Maple locks-up, the "interupt current operation" toolbar often does not correctly kill the operation, and I am forced to restart Maple :/)

As I have the problem defined, I should get the following result:

T__sys= 64.47487 [K], should get me HIG(T__sys) = -19682.7 [cal/mol].

See attached: EnthalpyTrace_-_Integrating_with_Units_Error.mw

Any help or insights would be greatly appreciated.

 

LE_EQ.mwWhat is problem with this programme,why it does'nt calculate the values but only shows the solution with integral sign instead of calculating it, there is also arising a problem in plots


dsolve thousands of system with for loop

but one of system run a very long time, seems never end, just stuck here

how to set timeout when impossible to dsolve

ics:=a(1)=0,b(1)=0,c(1)=0:
ode:=rhs(a4[ii])[1]=1,rhs(a4[ii])[2]=1,rhs(a4[ii])[3]=1:
ode:=a(t)*c(t)*(diff(c(t), t))+2*a(t)*(diff(a(t), t))*b(t) = 1, a(t)*(diff(a(t), t))*b(t)*(diff(b(t), t))*c(t)*(diff(c(t), t))+a(t)*(diff(a(t), t))*b(t)*(diff(b(t), t))+a(t)*(diff(a(t), t)) = 1, a(t)*(diff(a(t), t))*c(t)+2*a(t)*b(t)*(diff(b(t), t)) = 1;
dsol := dsolve({ode,ics}):

 

 

Does Maple TA work in Windows 10?

My first attempt in Edge and Chrome was not promising.

Harry Garst

hello guys,

 

i have 4 differential equations with 4 unknown functions and i want to find functions , what is your idea ?

 

diff.mw

 

thank you very much

Hello, Currently when I calculate something, for example R=U/A where R is resistance, U is voltage and A is current, I get the answer in Volt/Ampere in stead of ohm. How do I change that?

Then, if the result is something like 3.124*10^-4 , how do I make maple output this in an engineering way, this would be 10^3, 10^6, 10^9 etc. to begin with?

Sorry if I formulate this wrongly, English is not my first language and I could not find an answer to this after some research.

Thank you

 

UPDATE and solution: for future reference:

You don't need to type out the whole unit like this:

1.0*Unit(volt)/(2000.0*Unit(ampere));

in stead you can do this:

(1.0*V)/(2000.0*A);

I got the V and A from the SI Units palette on the left hand side,

 ---

To answer my own question about the engineering notation, this can be "forced" by clicking on "Format" -> "Numeric Formating..." -> Engineering and then choosing the number of decimals. apply and set as default. After you are going to have to copy and recalculate your math as the !!! wont do it.

hi guys, i have a complicated 4 set equations and i want to solve it,

one way is to find a solution for an equation and check it manually in other equations but i am looking for better method

eqq.mw

 

thanks

Hello. My question is in the attached file.

Question.mw

I have a linear problem with 4 variables (p0, p1,p2, p3) and a list of inequality constraints (shown below).  I would like to plot a polyhedral in 3 dimensions (p1,p2, p3 and omitting p0) showing the region that satisfies the inequalities.  That is, something similar to plots[inequal] but in 3d.  Any pointers would be appreciated.

/* Constraints */
+p0 <= 60;
-p0 +p1 >= 4;
-p0 +p2 >= 5;
-p0 +p3 >= -12;
+p0 -p2 >= -33;
+p1 -p2 >= -36;
+p2 <= 67;
-p2 +p3 >= -35;
+p0 -p3 >= 2;
+p1 -p3 >= 0;
+p2 -p3 >= 11;
+p3 <= 57;
+p0 -p1 >= -7;
+p1 <= 43;
-p1 +p2 >= 0;
-p1 +p3 >= -9;

 

in Maple of a function with respect to a vector that contains product of variables?

I appologize before hand from my abuse of notation. 

Suppose I have a function

f:= x*y*z + 3*x^2*y*z;

and a vector defined as 

v:= <x*z | x^2*z>; #Column vector

and I would like to comput df/dv

So that the result from the Jacobian would be

J=<y , 3*y>; #Row vector

This is a simple example that can be solved by looking, but I would like to know if there is a way in maple to solve something like this. Some of the problems that I find are
1) The variables x*y*z commute i.e. x*y*z=z*x*y=y*z*x=x*z*y
2) And if I apply partial derivatives like  df/(dx*dz) = y+6*x*y and df/(dx*dx*dz) = 6 which is not the result that I desire, because what I want is the partial derivatives with respect to the functions x*z and x^2*z not to the variables x and z.

My application is far bigger than this example that I am posting, this is why I would like to find a way to produce this type of Jacobian. Any suggestion will be highly appreciate it.

for polynomials,

nops(10*x^2)

it return 2, but it is not 1

would like to count some differential equations' terms

for example

b(t)*da(t)/dt + a(t)*b(t) , number of terms is 2

Hello people in mapleprimes,

I have a question.

f1:=1+x:

unapply(f1,x);

returns x->1+x , with maple realizing 1+x is assigned to f1.

But, its short form

x-> f1;

returns

x->f1;

Why does this occur, and how can I have maple return the former result with x->f1 being input?

Thank you in advance for your help.

taro

 

Hi fellow Maple users,

I'm trying to solve an eigenvalue problem of Ax=wx, where A is a 6 by 6 Hermitian matrix with two parameters x and y. I want to solve it for w and then plot3d it with x and y as unknowns. The way I have been doing is first find the characteristic equation Determinant(A-wI)=0 and then solve it for w, and then plot3d the solutions within a range for x and y. My problem is sometimes solve(Determinant(A-wI)=0,w) would give me the 6 solutions expressed in x and y, but sometimes when the numbers in A are changed it will only give me a Rootof solution with which I cannot plot. I'm wondering if there is a better way to do this. I'm actually not very interested in the symbolic solution of w expressed in x and y, just the plot, so if there is a numerical alternative it's good too.

Thank you in advance!

First 1237 1238 1239 1240 1241 1242 1243 Last Page 1239 of 2429