Display a linear combination: Difference between revisions

Content added Content deleted
(Added Go)
m (→‎{{header|Ring}}: Remove vanity tags)
Line 849: Line 849:
<lang ring>
<lang ring>
# Project : Display a linear combination
# Project : Display a linear combination
# Date : 2017/09/22
# Author : Gal Zsolt (~ CalmoSoft ~)
# Email : <calmosoft@gmail.com>


scalars = [[1, 2, 3], [0, 1, 2, 3], [1, 0, 3, 4], [1, 2, 0], [0, 0, 0], [0], [1, 1, 1], [-1, -1, -1], [-1, -2, 0, -3], [-1]]
scalars = [[1, 2, 3], [0, 1, 2, 3], [1, 0, 3, 4], [1, 2, 0], [0, 0, 0], [0], [1, 1, 1], [-1, -1, -1], [-1, -2, 0, -3], [-1]]