[vox] Graphy on octave or Maxima

Ken Bloom kabloom at ucdavis.edu
Wed Jul 14 12:50:16 PDT 2004


On Wed, Jul 14, 2004 at 10:36:09AM -0700, Chris Horsting wrote:
> Ken Bloom wrote:
> > On 2004.07.13 23:12, Chris Horsting wrote:
> > > Ken Bloom wrote:
> > > > On 2004.07.13 16:08, Chris Horsting wrote:
> > > > > Does any one know how to graph polynomial on either octave
> > > > > or maxima.  There is instruction on graphing trig function
> > > > > but not polynomials Thanks Chris
> > > >
> > > > octave:7> x=-2:.1:2; octave:8> plot(x,x.^2)
> > > >
> > > > remember to use operators like .^, .+, .* where you're working
> > > > with the x matrix, because those do cell-by-cell operations,
> > > > whereas ^ + and * do matrix operations. (Although it's
> > > > perfectly OK to write a polynomial as 3*x.^2+3*x+x because +
> > > > and .+ will be the same, and * is the same as .* when you're
> > > > multiplying a scalar)
> > > >
> > > Hi Ken, I typied the two lines and it did not work. Is there
> > > another way of defining x?  Thanks Chris
> > 
> > Can you show me output and error messages then?
> > 
> error: for A^b, A must be square
> error: evaluating binary operator '^' near line 2, column 9
> error: evaluating argument list element number 2
> error: evaluating index expression near line 2, column 1

You need to use the .^ operator, as I explained above.

-- 
I usually have a GPG digital signature included as an attachment.
See http://www.gnupg.org/ for info about these digital signatures.
My key was last signed 10/14/2003. If you use GPG *please* see me about 
signing the key. ***** My computer can't give you viruses by email. ***
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://ns1.livepenguin.com/pipermail/vox/attachments/20040714/1cb5d0b1/attachment.bin


More information about the vox mailing list