Re: Question on ->V2 and ->ARRY



Herve Chappe <herve.chappe@xxxxxxxxxxx> wrote:
- now, if I put two complex on the stack, say (1,2) and (3,4) and I
want to build the array [(1,2) (3,4)], then ->V2 does not work any
more but 2 ->ARRY still works.

This is because ->ARRY and ->V2 don't have the same purpose.

->ARRY is used to build an array of any size.

->V2 is used when you want to build a two-dimensional vector, this
vector having a few representations. According to flag -19, a 2D vector
can be either a complex number or a { 2 } array (with ->ARRY notations).
According to the chosen "coord. system" (rectangular, polar or
spherical), the vector can be expressed and displayed in different ways.

To put it in a nutshell, just use ->V2 when you want to deal with
2D vectors, converting them easily from rectangular to polar coord.
system, or from polar to rectangular coord. system.
.



Relevant Pages

  • Re: Smartcalc 300s, anyone?
    ... The HP300s comes with Rectangular / Polar ... EasyCalc100 also shares a similar design. ... the same material as see on the HP35S instead. ...
    (comp.sys.hp48)
  • Re: how to transform rectangular to polar with 49g+ ???
    ... How can I access this command on the 49G+ ??? ... you had to use *two* separate "real number" objects to store two coordinates, and the possible meanings of the coordinates (whether rectangular or polar, and if polar then what degree mode) had to be kept track of in your mind, not that the calc itself could remember. ... of coordinates together, and it has only *one* internal form; the "polar" formare only alternate *display* options (and are also understood by the built-in *compiler* which replaced the number-only input of the old calcs), and calculations upon these new multi-part objects are simple, built-in commands, so there has been a deep evolution in the fundamental style of calculation between the old calcs and HP48/49, which makes the "old" and "new" ways a bit incompatible, ...
    (comp.sys.hp48)
  • Re: Integration Applications (Numerical Analysis Algorithms)
    ... I have developed more than 20 online programs using Numerical analysis ... Parametric), Area under and between curves (Rectangular, and Polar), ... How about true 3D plots, contour plots, and vector plots of 2D ...
    (sci.math.num-analysis)
  • Re: Complex branch cuts
    ... not in polar notation (try to add two complex numbers given in ... polar representation). ... Addition/subtraction is simpler using rectangular coordinates; ...
    (comp.std.c)

Loading