... |
... |
@@ -4,6 +4,10 @@ Want to be informed regularly about our news? Sign up for our [newsletter](Newsl |
4 |
4 |
|
5 |
5 |
{{TOC}} |
6 |
6 |
|
|
7 |
+## Coming soon |
|
8 |
+### Vectorfields in Visualizations: |
|
9 |
+New variable type [vectorfield](JSX-Visualization-Variables.md#24-vectorfield) for displaying 2D-vectorfields and 3D-vectorfields. |
|
10 |
+ |
7 |
11 |
## 11 November 2024 |
8 |
12 |
### Popup text |
9 |
13 |
The command `\popup` allows to insert popup information in articles. More information is [here](ShortExplanationAndPopup.md) |
... |
... |
@@ -13,11 +17,9 @@ Thanks to a cooperation with RWTH Aachen, visualizations are now also possible i |
13 |
17 |
* [Points](JSX-Visualization-Variables.md#3-point), [vectors](JSX-Visualization-Variables.md#5-vector-and-affine-vector), [lines, and segments](JSX-Visualization-Variables.md#4-line-and-line-segment), as well as [planes](JSX-Visualization-Variables.md#21-plane), and [spheres](JSX-Visualization-Variables.md#6-circle-and-sphere), |
14 |
18 |
* [graphs of bivariate functions](JSX-Visualization-Variables.md#2-function), |
15 |
19 |
* [parametric curves](JSX-Visualization-Variables.md#22-curve-in-3d) and [parametric surfaces](JSX-Visualization-Variables.md#23-parametric-surface) |
16 |
|
-* [3D-vectorfields](JSX-Visualization-Variables.md#24-vectorfield) |
17 |
20 |
|
18 |
21 |
### New objects in visualizations |
19 |
22 |
There have also been developments in visualizations independent of 3D. |
20 |
|
-* new variable type [vectorfield](JSX-Visualization-Variables.md#24-vectorfield), |
21 |
23 |
* [multivariate functions](JSX-Visualization-Variables.md#2-function): variables of type `function` with several indeterminates, |
22 |
24 |
* using [evaluations and substitutions](JSX-Visualization-Variables.md#evaluations-and-subtitutions) of functions in the definition of other variables, |
23 |
25 |
* using [derivatives of functions](JSX-Visualization-Variables.md#derivatives) in the definition of other variables. |
24 |
26 |
|