Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Dear Development Team,

obviously this is an acient topic, but I can only repeat the wish to be able to specify the size of a plot in a Document by adding a parameter like "size = [640, 480]" to the plot command or to plots[display]. This would allow to specify plot size and easily create plots having the same size withouzt having to manually drag the plot window.

I do not understand why this feature was never implemented, as this was asked very, very often and it should not be soooo difficult....

Hi,

 

I need to expand a function of the form {[1]}.{[2]}.({[2, 3]}-{[3, 2]}).({[1, 3]}-{[3, 1]}), where '.' is for non-commutative multiplication. I need to get  {[1]}.{[2]}.{[2,3]}.{[1,3]} - {[1]}.{[2]}.{[2,3]}.{[3,1]} - ... (the order of matters).

 

Maple has a command 'expand', but that only works for normal products. eg. {[1]}*{[2]}*({[2, 3]}-{[3, 2]})*({[1, 3]}-{[3, 1]}).

 

Any help appreciated!

I am dealing with second order linear differeantial equations for RLC and forced RLC circiuts.

I am having trouble with plotting a solution curve in the phase plane.

 

> restart;

with(plots); with(DEtools);

L := 10; R := 20; C := 1/100;

de1 := diff(x(t), t) = y(t);

de2 := L*(diff(y(t), t))+R*y(t)+x(t)/C = 0;

 

DEplot({de1, de2}, [x(t), y(t)], t = 0 .. 5, [[x(0) = 10, y(0) = 0]], stepsize = 0.5,

Maple people:

 

The title is the question.  I defined a function in Maple, which works.  I am trying to get Maple to compute its derivatives.  I want to save the derivatives as functions.  Here is a code snippet.  The function itself works.  I have uploaded the worksheet.  Mapleprimes seems to have copied the entire worksheet into this question when I uploaded the worksheet. 

 

[begin code snippet]

Does anyone know if Maple has a counterpart to the Wolfram Lightweight Grid Manager that can be used with Maple 14 or Maple 16?

Hi

 

In earligere versions of maple (14 and 15) I yoused this code (program) to plot the area between functions, but it does not work in maple 17 (or 16).

integralplot2:=proc(f1,f2,a,b,{[color, colour] := blue,transparency := 0.5,numpoints:=500})     

local mingr,maxgr,variable,p,c,n,pts1,pts2,polys,i,xkoor,ytop,ybottom,yvals,plotf1,plotf2;          

if evalf(a)<evalf(b) then       

Hello I have the following system of equations and I want to solve for rho1 and z1

E := (1/2)*(1/rho1^2+1/rho1^2)-1/sqrt(z1^2+rho1^2)-1/sqrt((R-z1)^2+rho1^2)-1/sqrt(z1^2+rho1^2)-1/sqrt((R-z1)^2+rho1^2)+1/R+1/sqrt((2*rho1)^2+(R-2*z1)^2);

Er1 := diff(E, rho1);

Ez1 := diff(E, z1);

solve([Er1, Ez1], {z1, rho1});

The system is a function of R.

The solve command spits out Kernel lost after some time. So my question is how can I solve it ?

My version is maple 13. I tried to find out how to solve system of linear equations like A*X=b, whre A is a matrix and X and b is a vector, the solution is X:=linsolve(A, b),

But, the system just return the formula of linsolve(A,b) where it replace A and b by their forms of matrix. Simplely , the software doesn't show the result. I tried also evalm(linsolve(A,b)) , but it just return dezens of linsolve(a,b).

there is a triangle, one side is t, another side is sqrt(1-t^2), however this do not need sqrt

i use sin law, can not dsolved the following equation, it can onlyl be solved for right angled triangle

is it only in circle's triangle be solved? 

besides triangle, the goal of mine to use another shape 

ode := diff(u(t),t)-f(t)=0,diff(f(t),t)+t*f(t)=0,diff(f(t),t$2)+(t*sin(a)*sin(b))^2*f(t)=0;  

ode := diff(u(t),t)-f(t)=0,diff(f(t...

The problem is as follows:

1- define r := rem(x^3+x+1, x^2+x+1, x, 'q')

2- then once you evaluate this expression, in variables list you may see r as the only variable, whereas q is the quotient variable and it is not provided there.

3- for example if you evaluate q it will give x-1

4- or even you can get the assigned varibles list by anames(user) and it gives both r an q

5- the question is: why q is not shown in variables list

In the Physics package (in Physics:-Vectors, to be more precise), 3-vectors are advantageously represented as

v_:=v1*_i+v2*_j+v3*_k;

with the _i etc. being the unit vectors. I would like to be able to plot these on occasion, either as individual vectors or the line connecting the end points. I can use Component to get at the individual numbers and get this done, but I would like to overload the plot command to do this in a more natural fashion.

By poking...

I cant seem to figure out how to solve this

 

∫(1)/(5+2x^2)dx

 

please help me out thanks :)

      *

    /   \

   *    *

    \  /

     *

restart;

read("D:/Poset2/posets2.4v.txt"):

with(posets):

L := chain(2) &* chain(2);

plot_poset(L);

lattice(L);

autgroup(L);

 

   *    *

    \  /

     *

im unsure on how to start/solve this problem any help would be appreciated

 

∫(x^5)/(x^12-3)^(1/2)

First 1442 1443 1444 1445 1446 1447 1448 Last Page 1444 of 2224