19 lines
504 B
Plaintext
19 lines
504 B
Plaintext
This task is similar to:
|
|
::* [[Matrix multiplication]]
|
|
::* [[Matrix transposition]]
|
|
|
|
|
|
;Task:
|
|
Implement basic element-wise matrix-matrix and scalar-matrix operations, which can be referred to in other, higher-order tasks.
|
|
|
|
Implement:
|
|
:::* addition
|
|
:::* subtraction
|
|
:::* multiplication
|
|
:::* division
|
|
:::* exponentiation
|
|
|
|
<br>
|
|
Extend the task if necessary to include additional basic operations, which should not require their own specialised task.
|
|
<br><br>
|