... Jos ... From: "RAMZI TLIGUE" <ramziesstt@...> To: <win32forth@yahoogroups.com> Sent: Sunday, November 22, 2009 9:38 AM Subject: [win32forth] matrix
hi, thanks for responding,there is a problem because i use gforth to compile my forth file to vhdl and not win32. so there is some error in the program like in
... Since it is a 3x3 matrix you need 3 levels of do..loops After some more time I came to the following: aNew -3x3Matrix.f \ Final source 3 constant rows ...
Ramzi, do you know the definition of a matrix product? If not, look it up at Wikipedia: http://en.wikipedia.org/wiki/Matrix_multiplication In Win32Forth you
Hi Ramzi, Here follows a first result. The 3x3m* could perhaps be better. aNew -3x3Matrix.f 3 constant rows ... Create 3x3Matrix1 \ Create a 3x3 matrix 1 , 2