cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X

Only in Mathcad 15

ValeryOchkov
24-Ruby IV
14 REPLIES 14

Here is Prime:

B1.png


@Werner_E wrote:

Here is Prime:

B1.png


Attach pls Mathcad Prime sheet!

See Mathcad 15 file in attach.


@ValeryOchkov wrote:

 


Attach pls Mathcad Prime sheet!

See Mathcad 15 file in attach.


The file was never saved and is lost now but I kept a screenshot revealing the bold "secret".

BB.png

The last line shows how it looks legitimately from a display point of view. You may notice, the on contrary to real Mathacd, the result of prime is WRONG!!!! If we delete the explicit multiplication sign to make an implicit one, Prime gives a wrong result and obviously assumes a pair of parenthesis which is not there! An impicit and an explicit multiplication should give the same result (as its the case in Mathcad).

B2.png

Unfortunately it seems not to be possible to add a space in a variable or function name (as in your example in MC15).

BTW, the character ÷ can be input via ALT-246 (numeric key pad).

Have you tried to convert your MC15 sheet to Prime? What happens?

I think the expression 2(2+2) is being treated by MathCad as a monomial (a single expression), like 2y

2 x (2+2) would be treated as a polynomial.

 

So, if y=(2 + 2) Then 8 / 2y = 1, and 8 / 2 x y = 16 (PEMDAS left to right operation)


@ptc-3007533 wrote:

I think the expression 2(2+2) is being treated by MathCad as a monomial (a single expression),


Yes, and this is what I consider a bug because there should be no difference between an explicit and an implicit multiplication.

BTW, real Mathcad does not show this bug:B.png

How does the symbolic calculator deal with it? Does it simplify first? e.g.
a ÷ b(b+b)
a ÷ b^2 + b^2
Solving for a = 8 and b = 2 could produce
8 ÷ 2^2 + 2^2 = 4
?

I meant to type =6 on the symbolic


@ptc-3007533 wrote:
I meant to type =6 on the symbolic

??? not sure what you are referring to.

 

The symbolics in Prime shows the same bug which is not much of a surprise as the problem is not the symbolic or numeric engine behind the scenes but the user interface and parser which had to be written from anew for Prime.

B1.png

In Mathcad the implicit multiplication (when you input 8 ÷ 2 (2+2)=) and the explicit one (typing 8 ÷ 2 *(2+2)=) give the same results as it should be. Defining the functions means that we first have to type the expression with a number in front of the opening parenthesis and then replace it by b. Otherwise we would create a function call if we just type b(b+b).

Of course Mathcad delivers the correct result also when using the symbolics.

BUT! While playing around in Mathcad I somehow (don't know exactly what I did) was able to create an expression which show the same error as the one in Prime.

B2.png

I could not spot any difference between the two (I attach the MC15 worksheet) and so I converted the sheet to Prime (Prime replaced every implicit multiplication by an explicit one) and so we see the structure Mathcad/Prime believes we had typed.

B3.png

Despite all of this - if we type "8 ÷ 2 (2+2)=" Prime must return 16 and not 1, so I still consider it a bug. Not that severe, as the character ÷  sure will be very seldom use for dividing, but a bug.

Or to show it with a simpler example:

B4.png

The implicit multiplication should make no difference.

But, alas, here i came across an inconsistent behavior in Mathcad, too, when evaluating symbolically:

B5.png

Putting parenthesis around a single variable should make no difference.

LucMeekes
23-Emerald III
(To:ValeryOchkov)

Attached is a Prime (3.1) sheet.

 

Luc

LucMeekes
23-Emerald III
(To:ValeryOchkov)

And here it is in MsWord:

LM_20190801_Mc15Only.png

 

Luc


@LucMeekes wrote:

And here it is in MsWord:


So what comes next? Paint? 🙂


@Werner_E wrote:

@LucMeekes wrote:

And here it is in MsWord:


So what comes next? Paint? 🙂



MatLab?

This example is interesting for Mathcad! Why?

See please one typical error in Mathcad:

f-MC.png

 

B.png

 

Top Tags