1. eu_number.e by James Cook

mult( {1,2,3}, {1,2,3} ) = {1,4,10,12,9}  -- ??? 
? {1,2,3}*{1,2,3} = {1,4,9} -- makes sense 
multiply( {1,2,3}, {1,2,3}, 10) = {1,4,0,3,0,1} -- ??? 
new topic     » topic index » view message » categorize

2. Re: eu_number.e by James Cook

If you want component-wise multiplication then you don't need a function. What does the documentation say for this function? The docs should tell you what it does.

S D Pringle

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu