creating a matrix in python?
Harry George
hgg9140 at cola.ca.boeing.com
Mon Jun 25 14:42:07 EDT 2001
Do you mean matrices as in linear algebra? If you have installed
the Numeric package, the process is, e.g.:
mat=zeros((4,4),Float64)
Adonis <deltapigz at telocity.com> writes:
> how do i go about this?
>
> i have looked into the tutorial 100+ times and cant get anything on
> matrices out of it?
> only thing i came up with was some thing like:
> blah = ['buh', 'blah', 'wassah']
> blah[1][0]
> 'buh'
>
> ???
>
> any help would greatly be appreciated.
>
> Adonis
>
--
Harry George E-mail: harry.g.george at boeing.com
The Boeing Company Renton: (425) 237-6915
P. O. Box 3707 02-CA Everett: (425) 266-3868
Seattle, WA 98124-2207 Page: (425) 631-8803
More information about the Python-list
mailing list