Post Reply 
[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 =)

[Image: implicitlyMultiplication_image0.jpg]

but with √▣

a√2 or √2a [enter] show "error syntax"" =( in this case could interpret it as a*√(2)

[Image: implicitlyMultiplication_image0a.jpg]


with |▣|

a|x| [enter] returns aABS(x) Why ??? -> a*|x| or show "error syntax" but not aABS(x)

[Image: implicitlyMultiplication_image1.jpg]

with Σ▣

aΣ(j,j,1,3) [enter] returns aΣ(j,j,1,3) Why??? -> a*Σ(j,j,1,3) or show "error syntax"

[Image: implicitlyMultiplication_image2.jpg]

[Image: implicitlyMultiplication_image3.jpg]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[request] improve implicit multiplication in some cases - compsystems - 10-11-2016 12:52 PM



User(s) browsing this thread: 1 Guest(s)