[SciPy-user] linalg mat - init from string?

Ron Bondy ronbondy at telus.net
Wed Dec 15 17:57:59 EST 2004


> 
> The problem is that you have one extra space after `[' in bstr.
> So, try
> 
>     bstr = '[1 3 5; 2 3 1 ; 3.1 5.1 8.0]'
>     mat(bstr)
> 
> Similar EOF problem will occur when there would be space before `]`.
> I'd say its a Numeric bug.
> 
> Pearu

Thanks, that fixed the problem.

Ron




More information about the SciPy-User mailing list