C_R

1960 Reputation

19 Badges

5 years, 279 days

MaplePrimes Activity


These are questions asked by C_R

When the original poster receives or finds the answer to the question he/she posed, should he/she

  1. Reply to it
  2. Answer to it?

I have seen "true answers" that were converted to a reply, despite addressing the initial answer correctly. In case there are no other answers, the question will still be listed under unanswered question which is incorrect.

What practice should be applied in MaplePrimes for "true answers"?

I was wondering whether the rendering of bars

 

looks also dot like on other computers

Looks like Newtonian notation

With the context-panel

P(x, y) = exp(-(x^2+y^2)/(2*sigma^2))/(2*Pi*sigma^2)

P(x, y) = (1/2)*exp(-(1/2)*(x^2+y^2)/sigma^2)/(Pi*sigma^2)

(1)

subs(sigma = 523.*Unit('`μm`'), P(x, y) = (1/2)*exp(-(1/2)*(x^2+y^2)/sigma^2)/(Pi*sigma^2))

P(x, y) = 0.5818576570e-6*exp(-0.1827959741e-5*(x^2+y^2)/Units:-Unit(`μm`)^2)/Units:-Unit(`μm`)^2

(2)

NULL


How to format all occurences of numbers?

Download Number_Format.mw

Here is an example without assumptions that should return false for complex numbers (IMO)

prp := cos(z)/abs(cos(z)) - abs(cos(z))/cos(z) = 0:
is(prp);
                              true

For comparision: simplify requires restriction to the real domain

simplify(prp);
(simplify(prp) assuming real);
                          2                    
                 -|cos(z)|  sec(z) + cos(z)    
                 -------------------------- = 0
                          |cos(z)|             

                             0 = 0

This only makes sense if is(...) assumes real or I am wrong with complex numbers and simplify should simplify this expression without assumptions.

I want to report a bug.

This was possible in MaplePrimes but I cannot find the option software change request (if i remember correctly) any more. Hast this option moved or been removed?

3 4 5 6 7 8 9 Last Page 5 of 24