Let

M : Matrix(INT) := [[10, 20], [30, 40]]

I'd like to output to screen a particular entry, e.g. 2nd row, 1st col,
of matrix M which is equivalent to the following C statement:

printf("\n\tM(%d, %d) = [%d]\n\n", 2, 1, M(2, 1));

Thanks,

SWA

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/fricas-devel/db78f9c7-b821-4a53-a4c7-419aa3adc74fn%40googlegroups.com.
  • [fricas-devel] Format... Sid Andal

Reply via email to