MaplePrimes Questions

 

This command (Student[Calculus1][ShowSolution](Int(e^(-(s-1)*t)))) shows me solutions.

and, the command in the picture can make integral solution but not laplace

so i ask you that what command make solutions for Laplace transform

y'(t)=1-y'(t-y(t)^2 /4),      t>=0

with initial function

y(t)=1+t,   0<=t<=1

please solve

guys 

in the worksheet i attached how can i collect  terms which include 1/w and 1/w^2 only ?

ss.mw

 

best regards

 

 

Sorry for making such a rude, big question. I have to solve these equations, but it's impossible ofcourse with my bad mathematics and even maple skills. Somebody help me pleaseㅠ_ㅠ

 

Differential equations

Hi,

 

Is there a way to export all of the equations (from MapleSim) including the casual equations? I used Multibody Analysis template and Equations template but it only exports the acausal equations.

 

Your help is really appreciated.

Hey there!

I uploaded a solid drawing from a CAD software (like solidworks, inventor, stl files, etc) into Maple using plottools:-importplot("drawing.stl"). 

Also, I know Maple can give me the normal vector (and point of intersection) using line and intersection commands, for example.

Now, is it possible to find a point of intersection (and the normal vector at that point) of a line that crosses the uploaded CAD solid?

I guess that to accomplish that, it would be necessary to somehow "map" the solid and that's the part that I am lost.

Many thanks!

 

 

hello all.

trying to integrate sach equation:

Fun := Diff(f(x), x);

int(Fun, x = 2 .. 7);

waiting that maple give my something like this f(7)-f(2). But it write only integration form.

 

What i need to have f(7)-f(2)?

 

Thanks.

guys,

i have a long term , i can not simpify it more. how  term - 1/w^6 r^2 multiply to every term in parenthese ?JJ.mw

 

 

thanks guys

 

How do I delete me "Current profile picture"?

I just want to have a look what my "default" picture would look like now?

it seems that I can only update with a new picture, but can never go back to the default setting.

 

Thanks!

Let I  be a polynomial in K[A][X] s.t. A is a sequence of parameters (coefficients of f in F) and X is a sequence of variables. I want to extract the variables from ideal I.

For example if I=[(a-1)x*y^2-b+x, x-y+x^2-c] s.t. a,b,c are parameters and x,y are variables. I want {x,y} as the output of algorithm.

How can I decide that a polynomial is univariate? I want an algorithm that gives a polynomial and its output be true if f is univariate, and be false otherwise.

 

please write a program on matlab or maple for this dde

y'(x)=-y(x-pi/2)       0<x<=10

y(x)=sin(x)       x<=0

tau=pi/2

 

IT IS URGENT PLEASE

given a scalar field function f(x,y,z), how to plot it in maple?

I can't find a suitable command, if I missed, please tell me.

thank you for any advice.

i try to calculate function f on laplace and want to know the way tha how to be it calculated

what commands show it?

Hi all,

 

I wonder if any of you guys can figure out why this integral is taking more than 2 hours to return a result??

I had similar problems in the past that were fixed creating a procedure, changing the solver and in case of trigonometric functions, changing the argument from float to rational number. 

Here it goes:Meijer_question.mw

restart

 

``

 

ms := (1.141448075+9.645873109*10^(-11)*I)*(MeijerG([[], []], [[1/4, 1/4], [1/2, 0]], .3956862293*(-.70*x+1)^4)+(2.148399968-2.148399963*I)*MeijerG([[], []], [[1/4], [1/2, 1/4, 0]], -.3956862293*(-.70*x+1)^4)+(-12.48809431-3.188863063*10^(-9)*I)*MeijerG([[], []], [[0], [1/2, 1/4, 1/4]], -.3956862293*(-.70*x+1)^4)+(4.061500400*10^(-10)-8.649913391*I)*MeijerG([[], []], [[1/2], [1/4, 1/4, 0]], -.3956862293*(-.70*x+1)^4));

b := .7;

``

NULL

"H3p:=proc(ms,b) local Hcub;  Hcub := evalf(Int(diff((diff(ms, x))*(int((-x*b+1)*(int((ms')^2, x = 0 .. x)), x = 1 .. x)), x)*ms, x=0..1,method = _d01ajc)): return Hcub; end proc:   "

``

 

st := time(); ``*H3p(ms, b); time()-st

``


Thanks!

Download Meijer_question.mw

First 1264 1265 1266 1267 1268 1269 1270 Last Page 1266 of 2428