05-22-2015 07:16 PM
Hi every one .
I should multiply hermitian of array A (for example) to A. for hermitian of one dimention array , I can use conjugate and transverse but unfortunately transverse is for 2 -D array. I read some posts befor that transverse of 1 dimentional array doesnot have meaning but when I want to multiply hermitain array A to A , it has some meaning.
Thank you for your help
Solved! Go to Solution.
05-22-2015 07:19 PM
Also if anyone knows the output of Zherk??? I confuse what is C in that VI? I thought the output is Hermitian A or...
Thank you
05-22-2015 07:43 PM - edited 05-22-2015 07:47 PM
How do you define a Hermitian on a one-dimensional array? Every definitiion I have seen requires a 2-D array.
The description of zherk in the detailed help file seems to be quite explicit. What do you not understand?
Edit: A quick test shows that it will run with A being a 2-D matrix with 1 row and C beinb a 2D matrix with 1 row and 1 column.
Lynn
05-23-2015 04:40 AM
I do not understand that what is the output of zherk.
I want to multiply hermitian of A to A. how should I do that?
hermitian meand transpose and conjugate but transpose input is just for 2 D array.
Thank you
05-23-2015 06:22 AM
All you need to do is to change your 1D array into a 2D array, then transpose it.
Bob Schor
05-23-2015 06:43 AM
your answr is something else.
I want to multiply hermitian of 1D array to 1D array.
some one please help.
BR
05-23-2015 07:45 AM
you mean buid array change 1D array to 2 dimention array ? what is the content of the secon dimetion?
05-23-2015 08:24 AM
If you run my program, you'll see that "Row Array" is a 1-row, 5-column array having the numbers 0 .. 4, while "Column Array" is a 5-row, 1-column array having the numbers 0 .. 4. Think of them as "Row Vector" and "Column Vector".
These are both 2D arrays. How are you doing array multiplication? I assume you realize that, in LabVIEW, an Array is not a Matrix.
BS
05-23-2015 09:10 AM
thereis another proble.
when i multiply hermetian A and A , with A*B VI, There is no output.
so there is a problem and errod.
05-23-2015 09:59 AM
if you multply array colum to one another array, it will be error.
what should i do at this point.