[request] improve implicit multiplication in some cases
|
10-11-2016, 12:52 PM
(This post was last modified: 10-12-2016 06:46 PM by compsystems.)
Post: #1
|
|||
|
|||
[request] improve implicit multiplication in some cases
Hi, as the hpprime do not perform multiplication implicitly in most cases, the following cases should generate a syntax error or make implicitly multiplication
using 2D templates: with ▣√▣ a∛2 returns a*(3 NTHROOT b) // make implicitly multiplication =) but with √▣ a√2 or √2a [enter] show "error syntax"" =( in this case could interpret it as a*√(2) with |▣| a|x| [enter] returns aABS(x) Why ??? -> a*|x| or show "error syntax" but not aABS(x) with Σ▣ aΣ(j,j,1,3) [enter] returns aΣ(j,j,1,3) Why??? -> a*Σ(j,j,1,3) or show "error syntax" |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[request] improve implicit multiplication in some cases - compsystems - 10-11-2016 12:52 PM
RE: [request] improve implicitly multiplication in some cases - StephenG1CMZ - 10-11-2016, 02:52 PM
RE: [request] improve implicitly multiplication in some cases - compsystems - 10-11-2016, 07:30 PM
RE: [request] improve implicitly multiplication in some cases - Han - 10-12-2016, 03:18 PM
RE: [request] improve implicitly multiplication in some cases - compsystems - 10-12-2016, 03:44 PM
RE: [request] improve implicitly multiplication in some cases - Han - 10-12-2016, 04:20 PM
RE: [request] improve implicit multiplication in some cases - compsystems - 10-12-2016, 06:59 PM
|
User(s) browsing this thread: 3 Guest(s)