... |
... |
@@ -226,8 +226,6 @@ Similar to points, you can extract the components of a vector or an affine and u |
226 |
226 |
|
227 |
227 |
### Matrix |
228 |
228 |
|
229 |
|
-<div class="alert green"> matrix - comming soon</div> |
230 |
|
- |
231 |
229 |
The variable type `matrix` can be specified using Python syntax, e.g. `\matrix{mat}{[ [a;b];[c;d] ]}`. The individual matrix entries can be numbers and variables. |
232 |
230 |
The matrix can contain any number of entries and can be passed to the answer of a question: |
233 |
231 |
|
... |
... |
@@ -258,8 +256,6 @@ The `\matrix` command can only be used to transfer data to the question. A visua |
258 |
256 |
The display style of the brackets can be customized with `\vectorForm`. For more information on usage, please refer to [Command \vectorForm](JSX-Visualization-Color,-Label-and-further-Stylings#command-vectorform). |
259 |
257 |
--> |
260 |
258 |
|
261 |
|
-<div class="alert green">matrix - comming soon</div> |
262 |
|
- |
263 |
259 |
### Circle and Sphere |
264 |
260 |
|
265 |
261 |
A circle and a sphere can both be defined by its center and an expression for its radius, or by its center and a point on the circle/sphere. |
266 |
262 |
|