Maple Questions and Posts

These are Posts and Questions associated with the product, Maple
Dear Sir
Can you please help me to solve following non linear equations with maple 10. I have tried a lot but i am getting the warning that solution is lost.On giving the range of solution I am getting the same result (Range is taken to be non-negative values).
Thanking you
Priyaasha
 
 
P1:={(p-v)*R*D*k0*(1-exp(-k1*beta))/(k1*(R-D))+D*lambda*(p+h/sigma+v)-R*si*(h/sigma+2*v)-K}/(T+lambda);
 

How can I solve a system of two non-linear equations by using Maple10

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

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

First 1916 1917 1918 1919 1920 1921 1922 Last Page 1918 of 2219