Re: [Scilab-users] Queries about vector and complex numbers

2014-08-26 Thread Dang, Christophe
Hello, > De abhi24394 > Envoyé : samedi 23 août 2014 21:27 > > I have coded the example of cross product as per your suggestions > lastly i want to know how can i display this on my console. > It should be a .sce file. The function disp(myVar) displays the content of the variable myVar. You mi

Re: [Scilab-users] Queries about vector and complex numbers

2014-08-25 Thread abhi24394
Thanks for help Christophe I have coded the example of cross product as per your suggestions lastly i want to know how can i display this on my console. It should be a .sce file. Thanks in advance. -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Queries-about

Re: [Scilab-users] Queries about vector and complex numbers

2014-07-07 Thread Dang, Christophe
Hello, > De abhi24394 > Envoyé : vendredi 4 juillet 2014 23:23 > > i am just asking about the simple problems these are listed below... > 1.A=2ax+ay+2az and B=ax+2ay+az then Vector A*B=? [...] Do you mean you want symbolic calculation, and not numerical? If it's ust numerical, then define your

Re: [Scilab-users] Queries about vector and complex numbers

2014-07-06 Thread abhi24394
questions...please remember that i am using scilab 5.4.1 -- View this message in context: http://mailinglists.scilab.org/Scilab-users-Queries-about-vector-and-complex-numbers-tp4030767p4030826.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com

Re: [Scilab-users] Queries about vector and complex numbers

2014-07-04 Thread Dang, Christophe
Hello, > De : De la part de abhi24394 > Envoyé : vendredi 4 juillet 2014 09:33 > > Actually [...] there is no inbuilt command for cross product of two vectors Is it in cartesian coordinates? You can do it yourself: https://en.wikipedia.org/wiki/Cross_product#Coordinate_notation > also i still

Re: [Scilab-users] Queries about vector and complex numbers

2014-07-04 Thread abhi24394
://mailinglists.scilab.org/Scilab-users-Queries-about-vector-and-complex-numbers-tp4030767p4030821.html Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com. ___ users mailing list users@lists.scilab.org http://lists.scilab.org

Re: [Scilab-users] Queries about vector and complex numbers

2014-06-25 Thread Samuel Gougeon
Hello, Le 23/06/2014 17:57, abhishek sharma a écrit : ...also how to change a cimplex no. From one form to another. I am using scilab version 5.4.1 modulus (from cartesian) : abs(c) phase from cartesian: atan(imag(c), real(c)) real part from polar (m, phase): re = m.*cos(phase) imaginary pa

Re: [Scilab-users] Queries about vector and complex numbers

2014-06-25 Thread Paul Bignier
also how to change a cimplex no. From one form to another. Hello, "how to change a cimplex no. From one form to another" Here is a link to the available functions to manipulate complex numbers. Note that

Re: [Scilab-users] Queries about vector and complex numbers

2014-06-25 Thread Dang, Christophe
Hello, > De : abhishek sharma > Envoyé : lundi 23 juin 2014 17:57 > > I want to know how to perform divergence and curl of a vector in scilab, > also how to change a cimplex no. From one form to another. I'm afraid you have to do it yourself. For the divergence, you might use something like su

[Scilab-users] Queries about vector and complex numbers

2014-06-24 Thread abhishek sharma
I want to know how to perform divergence and curl of a vector in scilab,also how to change a cimplex no. From one form to another. I am using scilab version 5.4.1 Thanks ___ users mailing list users@lists.scilab.org http://lists.scilab.org/mailman/listinf