alla

6 years, 22 days


These are Posts that have been published by alla

Is there a convenient way to express a 2nd or higher derivative, say in an eval statement, so that it is not confused with an expression containing an exponent?

piecewise function & continuity

February 06 2009 by alla 600 Maple

This function

f(x) = { 0,           x = 0
          { 1 - x,      0 < x < = 1

is not continuous on [0, 1].

So I wrote

f := x -> piecewise (x = 0,0,x > 0,1-x);
plot(f,0..1);

But Maple doesn't show the lack of continuity. (discont=true doesn't do anything here). Can I improve the plot?
 

Alla

Unsolvable equation

January 29 2009 by alla 600 Maple

0

3

Why does Maple fail to respond to

solve( {(560/243)*(x+1)^(-13/3)},{x});

 

 

I'm an autodidact working with calculus and Maple 9.5,  I find the Maple Learning Guide more illustrative than comprehensive and the help files too oriented toward users who know more math and/or more Maple than I do.  This forum has proved helpful in responding to specific questions, but I'm looking for some books that would provide guidance on the full range of Maple's potential.  I'm not looking for a primer, but rather something as comprehensive as the help files that makes fewer assumptions about the reader's knowledge and is written

Using extrema

January 27 2009 by alla 600 Maple

0

4

Would someone please give me the correct syntax for finding extrema on a closed interval for

f(x) = 3x^4 - 4x^3  on the interval [-1, 2]

that would include the left & right endpoints should one of those be the maximum or minimum.

Alla

 

eight urve

January 26 2009 by alla 600 Maple

How would you graph the eight curve in Maple?

x^4 = a^2 (x^2 - y^2)

Alla

Crashes & lost files

January 04 2009 by alla 600 Maple

0

3

An annoying feature of Maple is that if it crashes (all too often) & you have not given your worksheet a name, the file is lost despite having activated Auto-Save.

1)   Is the previous statement correct for Maple 9.5?

2)   If so, has this bug been corrected in later versions?

Alla

Consider this problem in differentiation:

d/dx [ sqrt(u^2) ],  where u is a differentiable function of x and u < > 0.

The answer is:

u'  (u/|u|),  where u' is the derivative of u with respect to x.

This problem involves implicit differentiation & the chain rule.

What Maple input will produce the answer above?

Alla

 

Least squares documentation

December 06 2008 by alla 600 Maple

I have used Maples' least squares capability to fit quadratic & cubic models without any problems.  However, the documentation includes this curious statement: "One can also specify nonlinear curves -- as long as the unknown parameters appear linearly."  What does this mean?  What would nonlinear parameters look like?
 

Alla

transferring standard math

October 11 2008 by alla 600 Maple

If you have a standard math, complicated expression in your Maple worksheet that you would like to include in a blog in this venue, what's the most economical way to copy & paste it?

Alla

scientific notation

October 05 2008 by alla 600 Maple

When inserting standard math into a text region, Maple insists on converting even simple decimals like 0.01 into scientific notation.  Can I suppress that?

Allan

difference of two cubes

September 17 2008 by alla 600 Maple

If x -1 is regarded as the difference of two cubes, can Maple factor it?

Alla

Dirichlet function

September 13 2008 by alla 600 Maple

Can Maple graph the Dirichlet function?

f(x) =   {0,   if x is rational
            {1,   if x is irrational

Alla

 

limit of sqrt(0)

September 01 2008 by alla 600 Maple

0

3

Maple says that the limit of sqrt(x), as x goes to 0, is 0, but Edwards of Larson et al. says that it isn't because "f(x) = sqrt(x) is not defined on an open interval containing 0 because the domain of f is x > = 0." 

 Comments?
 

Alla

cube roots of negative numbers

August 16 2008 by alla 600

Why does the following give me an imaginary number?

 (-.008)^(1/3);

1 2 Page 1 of 2