Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sandkasten:sandkasten [2025/01/23 14:50] Ivo Blöchligersandkasten:sandkasten [2025/05/23 18:44] (current) Ivo Blöchliger
Line 3: Line 3:
 <flashcard> <flashcard>
 Erster Basisvektor | $e_1=\begin{pmatrix}1\\0\\0\end{pmatrix}$ ^ Erster Basisvektor | $e_1=\begin{pmatrix}1\\0\\0\end{pmatrix}$ ^
-Länge eines Vektors | $|\vec{v}= \sqrt{v \cdot v} = \sqrt{v_1^2+v_2^2+v_3^2}$ ^ +Länge eines Vektors | $\vec{v} = \sqrt{v \cdot v} = \sqrt{v_1\cdot v_1 + v_2\cdot v_2+v_3\cdot v_3}$ ^ 
-</flashcards>+</flashcard>
  
 +<code python spaces.py>
 +if True:
 +    print("OK")
 +print("done")
 +</code>
  
 +<code python cyrillic.py>
 +ԝ = 4
 +w = 2*ԝ
 +r = ԝ*w
 +print(f"Resultat r={r}")
 +if r==64:
 +    print("Alles gut")
 +else:
 +    print("Softwareproblem. Kann man nichts machen.")
 +</code>
  • sandkasten/sandkasten.1737643836.txt.gz
  • Last modified: 2025/01/23 14:50
  • by Ivo Blöchliger