In this example, look at E1. Is it E2 or E3? We cannot tell from the way Maple displays them. For the answer, keep reading. Shouldn't Maple put parentheses or something in its rendering of E2 at least?

> E1 := f @ log @@ 4;

> E2 := (f @ log) @@ 4;

> E3 := f @ (log @@ 4);

> E1(x);

> E2(x);

> E3(x);

This post was generated using the MaplePrimes File Manager

View 85_July23.mw on MapleNet or Download 85_July23.mw
View file details


Please Wait...