[request] improve implicit multiplication in some cases
|
10-12-2016, 03:44 PM
(This post was last modified: 10-12-2016 04:01 PM by compsystems.)
Post: #5
|
|||
|
|||
RE: [request] improve implicitly multiplication in some cases
(10-12-2016 03:18 PM)Han Wrote: a[1,2] is a method for referencing entry 2 in row 1 of the (presumably) matrix stored in the variable a.you're right, is interpreting, extract the (row, col) position, although the output at(a,[0,1]) is very confusing, is not a real pretty print as it appears in math textbooks, the hp-prime development team is not interested in improving this, I think it's too simple to improve history view, 100% pretty-print a:=[[9,8,7]]; a[[1,2]] -> 8 // ok or a[1,2] -> 8 // ok purge(a) a[1,2] -> at(a,[0,1]) // ok but incomprehensible to an inexperienced user ... but in other cases as: a|x| [enter] returns aABS(x) ?? must generate a syntax error or made implicity multiplication, agree? |
|||
« 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: 2 Guest(s)