Matric
Dear all
how to make multiple element by element and result as matrix? (Function As(DB,n,i)
Thank you


Dear all
how to make multiple element by element and result as matrix? (Function As(DB,n,i)
Thank you


Here is an attempt from what I understood so far.
Vectorization as suggested by Terry sure is the clue, but its not so straightforward as you may think because we don't want to vectorize the elements of DB or n but just the elements of the results of the function n.s1() and A.sDB().
Here is one possible way to do it:

Additional remark: Its not necessary to vectorize the call A.sDB(DB) because the function uses DB^2 and squaring a vector is not defined in mathematics. So Prime automatically applies vectorization.
But in my opinion its good habit to apply the vectorization explicitly yourself in cases like this - just to be on the safe side in case you later change the function A.sDB.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.