We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edd7e26 commit 967dbeeCopy full SHA for 967dbee
content/static/tutorials/pvector/imgs/add.svg
content/static/tutorials/pvector/index.html
@@ -410,7 +410,7 @@ <h3>Vectors: More Algebra</h3>
410
<br />
411
<br /><strong>w</strong> = (-9, 21)
412
<br /><br />
413
-<img src="imgs/mult.jpg">
+<img src="imgs/mult.svg">
414
<br /><br />The function inside the PVector class therefore is written as:
415
<pre>
416
@@ -426,7 +426,7 @@ <h3>Vectors: More Algebra</h3>
426
PVector u = new PVector(-3,7);
427
u.mult(3); // This PVector is now three times the size and is equal to (-9,21).
428
</pre><br/>
429
-<img src="imgs/vector_mult.svg" >
+<img src="imgs/vector_mult.jpg" >
430
431
Example: Vector multiplication
432
0 commit comments