MaplePrimes Questions

Please explain how we can solve this question into maple13 Example: The Accompanying data on oxygen concentration for a sample of silicon wafers was reported in a paper “Determination of conversation  Factor for Infrared measurement Oxygen in silicon” n =22  e.g. (2.68,3.06,4.31,4.71,5.71,5.99,6.06,7.04,7.17,7.46,7.50,8.27,8.42,8.73,8.84,9.14,9.19,9.21,9.39,11.28,15.19,21.06) Draw Box plot and find the upper & lower spread a

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

Hello everyone, I was wondering if I can get some advice on solving two integral equations given below for u and b. y(r) is parametrically dependent on 'u' and 'b'. l := -C1*(int((3*polylog(5/2, -exp(b*(u-y(r))))/b^(5/2)+y(r)*polylog(3/2, -exp(b*(u-y(r))))/b^(3/2))*r^2, r = 0 .. 10.))-C2=0; I2:=C3*(int(r^2*polylog(3/2, -exp(b*(u-i))), r = 0 .. 10.))/b^(3/2)-1=0; where C1,C2,C3 are numbers and y(r) is parametrically dependent on 'u' and 'b'.

 

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

First 2112 2113 2114 2115 2116 2117 2118 Last Page 2114 of 2428