Maple 16 Questions and Posts

These are Posts and Questions associated with the product, Maple 16

Maple people:

 

I just installed Maple 16 on my home PC.  I prefer using Classic Worksheet Maple, so that I can actually tell what I have typed, and what I type appears in red typewriter font.  I also would like matching parentheses to blink when I enter stuff so I enter the right number of parentheses.  Maple works this way on my office PC, but I can't get it to work this way at home.  I could simply use regular Maple 16 (not Classic Worksheet...

Attached is my sheet. Please have a look.  my_scrach_Sheet.mw

Have a look at the last command of the sheet.

I am trying to extract integrals from the equaions(eq10_1, for example) using 'op', but it isn't working as expected, is it a bug or I am doing something wrong?

Second question: 

I am not been able to do sorting for all these equations, any suggestions?

T := Typesetting[delayDotProduct](sqrt(2/3), Matrix(3, 3, {(1, 1) = cos(omega*t), (1, 2) = cos(omega*t-(2/3)*Pi), (1, 3) = cos(omega*t+(2/3)*Pi), (2, 1) = -sin(omega*t), (2, 2) = -sin(omega*t-(2/3)*Pi), (2, 3) = -sin(omega*t+(2/3)*Pi), (3, 1) = 1/sqrt(2), (3, 2...

Hi everyone, I have a problem with the plot of a function I'm trying to use. The function is quite complicated and when I try to plot it between k=0..100 for example, it will only show the half of the points. What is the problem?
Here is the function Im talking about:
question.mw

Thanks for your help

Hi all,

I have a problem with 'Rank' when trying to find the rank of a matrix.

For some purpose, I have to load both with(LinearAlgebra) and with(Statistics) packages.

Without using Statistics[Tally], (not loading the Statistics package), the Rank works fine.

With the Statistics package, Rank sometimes gives an error, saying,


Error, (in Statistics:-Rank) expected 1-dimensional Array, but .....

I now fix this by using LinearAlgebra[Rank].

How can I simplify the following expression

sin(x+pi/4)+cos(x+pi/3)

to the following form

A*sin(x+B) or A*cos(x+B)

where A and B are calculated constant

 

How do I convert the following trigonometric expression?

sin(A)+sin(B)->2sin(A+B)/2*cos(A-B)/2

I want to simplify the following trigonometric expression

sin(x)*1/2+cos(x)*sqrt(3)/2

to

sin(x+pi/3)

how can I complete this procedure?

I need help solving the following:

Plot y=x^2 and its tangent line at x=1, y=2x-1, on the same x-y plane over the following intervals:

a [0,2]

b [0.9,1.1]

c [0.99,1.01]

d Observation

Any help would be appreciated.

I'm filling an array of functions like this:

 

Hi

I am trying to do a phase plot of an autonomous system using DEplot command. However, no phase plot appears. Could you tell me what am I doing wrong? The same code worked for my professor in class, but it's not working for me. I am using Maple 16. The code is posted below.

 

> with DEtools

> sys := diff(x(t), t) = y(t), diff(y(t), t) = x(t)*(1-x(t)*x(t))+y(t);

> DEplot([sys], [x(t), y(t)], t = 0 .. 0.1e-8, x = -3 .. 3, y = -3 .. 3, color = black)

  Hey,

 I am using maple to do some numerics (bound to use it instead of mathematica because of university guidelines) and my problem is that as the plotting options of maple are a bit unsatisfactory I need to export my data. This has worked fine so far using the writedata-command while I was working on normal (10 digit) precision. Now however I need to increase the precision and to my dismay writedata just cuts everything after the normal 10 digits away and...

with(ScientificConstants):

GetElement(Ra,atomicweight);

                  

Hi!

I think I have quite simple problem, I can´t solve.

I have the following fraction:

-z/(x-z)

and want to show it this way:

z/(z-x)

Multiplying the first fraction with (-1)/(-1) doesn´t work as expected.

Bonjour,


Qui peut m'éxpliquer l'algorithme de division d'un polynôme P(X,Y) sur un polynôme Q(x,y) ?


Avec mes plus vifs remmerciements,
Raymond Gérard.

 

 

First 20 21 22 23 24 25 26 Last Page 22 of 40