MaplePrimes Questions

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...

Hi,

 

I have the following function to plot

Hello all,

 

as in title I have trouble with exporting simulation result data in MapleSim.

Storing the result works fine, but the problem occurs when it comes to exporting (and viewing the result again).

The console says

"at offset 67895293 in `C:\Users\YUKIHI~1\AppData\Local\Temp\_result2_68856801825556689291274099867619489771.m`, unexpected end of file "

 

the simulation settings are as follows.

td : 2 ms

I'm working with saving procedures to repositories for the first time.  I have been using the following documentations as a guide:
http://www.maplesoft.com/support/help/Maple/view.aspx?path=libname
http://www.maplesoft.com/support/help/Maple/view.aspx?path=repository%2fmanagement

Anyhow, when I run this code at the start of my program:


restart;
savelibname :="/Users/ryderbergerud/Documents/School/year4/Summer/Research/myLib";
march('create'...

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 :)

hey friends am attaching file in which i have wrote small analysis of my poblem. I have already done this for other problem which does not include term L. But here problem is due to term L. Am no able to write code for this tri daigonal matrix. Please help me in finding unknown coefficients Analysis_of_metho.docx

      *

    /   \

   *    *

    \  /

     *

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)

How would i go about integrating

(1)/(x^2+2)

 

I know it has to do something with arc tan but it doesnt match up completely what would I be able to do?

When I am plotting functions with known asymptotes, they do not show, even though the text books show them.Also, I can use the Student Calculus1 Asymptote function to calculate that there is an asymptote, but when plotting, they don't show up.I perused plot/options but cannot find an option that I could enable/disable to have the asymptotes show in the graphs.

Hello every one,

While plotting contours with grid size [200,200] my computer consume too much time to

execute the commond. To have an idea, the current process which I am running right now already

took 2380.22s and 68.60M and still its on.

Any suggestion to make the contour plot process faster?

Thanks

restart;

ode := diff(u(t),t)-f(t)=0 ,diff(f(t),t)+(t+sqrt(t^2-t*n))*f(t)=0,diff(f(t),t$2)+(1-(t+sqrt(t^2-t*n))^2)*f(t)=0;

dsolve({ode},[f(t),u(t)]);

First 1560 1561 1562 1563 1564 1565 1566 Last Page 1562 of 2430