Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

How does one find a formula that  fits a given set of data  to the best advantage in Maple? 

 

e.g

a := [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

b := [ 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011];

c := [ -0.88, -8.87, -0.86, -0.82, -0.77, -0.71, -0.66, -0.62, -0.57, -0.54, -0.89, -0.88, -0.85, -0.81,...

calculate \int_{0}^{\infty}\frac{sin^3x dx}{x^3} by using

I want to simplify my equations in Maple

In case of MATLAB i can write


a= 1:0.5:150;

 e= [0.001 0.05 0.151 0.201 0.301 0.951 2];

s= kron([e], ones(1, 12));


But, how to write and create matrix in this form using Maple? 

 

Thanks in advance

2014! How many Zero in that number?

Hello,

To simplify and try to keep my program structured, i use sections. I often need to desactive all the lines codes of a section. Is there a soluion to desactive many lines in the same time without putting this # to each line.

Thank you for your help.

We’re conducting some market research, and we’re hoping some of you can help.  We’re interested in learning more about why people choose Maple over other systems, in particular Mathematica.  We know why we like Maple, but we’re interested in knowing why you do.

We’d love to hear from anyone who either compared both systems before choosing Maple or who used to be a Mathematica user and has now switched to Maple.  What led you to make your decision?

I thought I would generate a fun problem for Maple, and see what coding we could come up with.

You happen to be at work one day and overhear the managers talking about taking sick days away from the employees because everyone is taking their sick time around weekends.  The managers have decided to take one more years worth of data before making their decision. 

So you've decided to build a program in Maple for all the employees to use so that...

Is it possible to use printf to get math 2d output? For example, I'm writing a loop computing Riemann Sums.

f := x-> x^2; a := 0; b := 1; for i from 1 to 5 do printf("f(x[%d])=%a",i,f(a+i*(b-a)/5)*(b-a)/5); end do;

I would like the output to look nicer. Thanks in advance!

 

How to create a polynomial for the curve fitting of the 3D plot in Maple?

I have following data

a := [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10];

b := [ 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.001, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011, 0.011];

c := [ -0.88, -8.87, -0.86, -0.82, -0.77, -0.71, -0.66, -0.62, -0.57, -0.54, -0.89, -0.88, -0.85, -0.81,...

Fine a(n) of sequence 1 , 3 , 6 , 12, 24 ,...  ,(n=1,2,3,....)

We are a school with more than 600 Maple users, we have 3 Mac mashines, different types that all give us the same problem. 

When installationi problems occur we use this method.

Restart MAC computer

uninstall JAVA

Restart MAC

get new version of Java - and install.

Restart MAC

get MAPLE 17 from homepage and install. 

We get a grey window where we can see next, but nothing else.

All users have adminstrative...

The list of the GUI problems is long, so I'll just summarize some of them.

In text groups, when the writing cursor is moved, the cursor is often not visible at the new position (where it actuall knows it is at), but often remains visible in a trail of places where it previously was.

In Help, the first letter of the search word is usually missing so that it is necessary to start with a space. Also in Help, both the scroll bar and the actual search...

Let p be the product of all non-zero digits of the positive integer

Let triangle ABC and

First 1433 1434 1435 1436 1437 1438 1439 Last Page 1435 of 2224