Menu

#4 scattered2grid command broken

open
nobody
None
5
2008-06-06
2008-06-06
No

Tcl-nap version 6.2 on Ubuntu Linux:

All attempts to use the command scattered2grid result in errors, including copying and pasting the example from section 10.5.20 of the users guide into the interpreter. E.g.:

% nap "z = scattered2grid({{2 2 0}{6 4 0}{2 4 4}{4 5 3}}, 2 .. 5, 2 .. 6)"

abc = solve_linear(A, xyz(j,2))
^
linsys: Singular matrix, column 2
abc = solve_linear(A, xyz(j,2))
^
Nap_SolveLinear: Error calling linsys_F64
abc = solve_linear(A, xyz(j,2))
^
Nap_Func: Undefined function solve_linear()
abc = solve_linear(A, xyz(j,2))
^
eval_expr: Illegal right operand of '='
z = scattered2grid({{2 2 0}{6 4 0}{2 4 4}{4 5 3}}, 2 .. 5, 2 .. 6)
^
abc = solve_linear(A, xyz(j,2))
^
linsys: Singular matrix, column 2
abc = solve_linear(A, xyz(j,2))
^
Nap_SolveLinear: Error calling linsys_F64
abc = solve_linear(A, xyz(j,2))
^
Nap_Func: Undefined function solve_linear()
abc = solve_linear(A, xyz(j,2))
^
eval_expr: Illegal right operand of '='
Nap_FuncProc: Error executing procedure "::NAP::scattered2grid"
z = scattered2grid({{2 2 0}{6 4 0}{2 4 4}{4 5 3}}, 2 .. 5, 2 .. 6)
^
z = scattered2grid({{2 2 0}{6 4 0}{2 4 4}{4 5 3}}, 2 .. 5, 2 .. 6)
^
eval_expr: Illegal right operand of '='

Discussion


Log in to post a comment.