Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I am trying to understand how to customize tickmarks. There are mainly two things I'm interested in : setting the number of tickmarks and/or the spacing between them and controlling the thickness of the tickmarks.

My reference is plot,tickmarks.

Consider the following, based on one of the Maple examples.

1) how do you customize the spacing between tickmarks?

plot(cos(x), x=-2*Pi..2*Pi, tickmarks=[spacing(Pi/2), default]);

plot(cos(x), x=-2*Pi..2*Pi, tickmarks=[spacing(2*Pi), default]);

I have tried to use the Formatted dropdown by selecting a block of text and then selecting Formatted from the dropdown. // I // see the formatted lines, but they don't show up in the posted version.

Thanks,

~Rich~

Hi,

currently I'm looking to improve the running time of a procedure 'foo' using CodeTools[Profiling](Profile) and PrintProfiles.

However, it would be nice to have Maple write the results to a text-file (without using toooo much space).

Any thoughts?


Hello,

This question comes from a math forum, somebody wanted to solve the following system with maple, but he didn't find a way for it:

eqs:={20<=a,a<=60, 20<=b,b<=60, 20<=c,c<=60, 20<=d,d<=60, a+b+c+d=160, 4*a+6*b+8*c+12*d=1200};

where a,b,c,d are integers.

A possible workaround to try each a,b,c,d, numbers in the given ranges to find the solutions, but it would be good from maple to solve it directly.


Can Maple solve these kinds of problems directly?

Who can send me a program that can plot a ballistic trajectory under the following conditions...

a) with and without aerodynamic resistance

b) with and without a starting height?

I am still not very good in using maple and the course we had at our school was quite unsatisfying and unprofessionally organized.

Thanx

 

Cédric

Is it possible to view the source of a Maple document and correct errors that creep in as the document is edited?

 

Thanks,

~Rich~

In the attached worksheet, I have 4 questions:View 1292_simplifying units 1.0.0.mw on MapleNet or Download 1292_simplifying units 1.0.0.mw
View file details

1. Why don't I see Units when I right-click (rc)?

2. When I see Units in the 2nd instance when I rc, why don't I see Simplify?

Does anybody know whether there's a library with which I can efficiently compute Minkowski-Sums of Polytopes or Polyhedra?

I want to load C++ code into Maple12. Is that possible?

In which format do I need the files (.obj, .exe or just .cpp)?

Thanks!

Hi, I have the next problem:

I have the equation z:=x+y*i, and i have to animate the equation z^3-z+A. I have to animate by the parameter A from -2 to 2. How can i put animate and complexplot together?

thanks a lot =)

So I am doing some algebra calculations with what I thought were Lie Algebras.   It looks like

I was just reminded of an aspect of Maple GUI Components, new to Maple 13, that has sometimes come in very useful to me. It is the ability to refresh a component programatically.

I should explain. The old (and current default) behaviour is for the GUI not to refresh any other components until the current component is finished (ie. returns control).

The relevant situation in which this matters is when a given component has action code whose

 

I have a button and a math container where the button code is given below.

The code simple generate 4 random numbers when you press the button and save the random numbers in a list which

is displayed in the math container.

 

with(DocumentTools):
with(Statistics):

to 4 do

r:=evalf(Sample(RandomVariable(Normal(0,1)),1)[1],1);

if not assigned(LL) then LL:=[r] else LL:=[op(LL),r] end if;

end do;

Do(%MathContainer3=LL);
 

 

How do I number the pages in a Maple worksheet?

paul

Geetings!



I try to fit curve through set of points that I read  from a graph. Then use equation of this curve to define a function function. Only bspline approximation gave acceptable result. But how can I use it in defining a function?

 

XvalsCf := [0, 5, 10, 25, 50, 100, 140, 200, 250, 300, 400]

valsCf := [0.5e-2, 0.4e-2, 0.3e-2, 0.26e-2, 0.23e-2, 0.21e-2, 0.2e-2, 0.19e-2, 0.18e-2, 0.175e-2, 0.15e-2]

 

Another issue is in "surface fitting". Graph shows propeller efficiency curves. I'd like to get equation of surface spread on those curves.  Axis x is an angle, axis y V/nD and z is efficiency.

Again using spline/bspline approximation is nesssary to get accurate results.

I will use this efficiecny surface function equation in drive optimization .

 

Is creation of such surface/function  possible in maple.

 

Thank you in addvance for your help.

Smagliczka

First 1921 1922 1923 1924 1925 1926 1927 Last Page 1923 of 2224