RosettaCodeData/Task/Dot-product/Maxima/dot-product.maxima
2023-07-01 13:44:08 -04:00

2 lines
34 B
Text

[1, 3, -5] . [4, -2, -1];
/* 3 */