The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





Post Reply 
hp prime programing with symbolic matrix
12-01-2017, 01:33 PM
Post: #1
hp prime programing with symbolic matrix
Hi guys.
I'm trying to make a program with symbolic matrix.
My steps are the next:
first I make a matrix with zeros.
Then i tried to input in each element of the matrix an expresion in a for loop:
(z(i):=z(i)*(("X")-a(j)));

No mather if i put a "x" or an "X". I return from the program "incorrect argument"
If I put:
CAS (z(i):=z(i)*(("X")-a(j)));
then x will be replaced by zero because x haven't a value yet ( i don't want a value at all).

How can I make a matrix with symbolic elements?

Thanks in advance.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
hp prime programing with symbolic matrix - kain_x_x - 12-01-2017 01:33 PM



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