Hi
I'm writing a paper in IEEE standard and I wonder what is the proper way to write my equation.
I have a n-by-n matrix A and I only want one specific row in my equation.
in Matlab, it would be something like
x3=A(3,:)*[x1;x2;x3;...xn]
any suggestions
Thank you