RosettaCodeData/Task/Vector/Maxima/vector.maxima

5 lines
58 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
[10, 20]+[2, 3];
[10, 20]-[2, 3];
[10, 20]*5;
[10, 20]/5;