Both sides previous revisionPrevious revisionNext revision | Previous revision |
blog:2020-11-08:geogebra_plugin [2020/11/09 15:01] – va7fi | blog:2020-11-08:geogebra_plugin [2024/11/24 12:38] (current) – va7fi |
---|
| |
The syntax is:<code> | The syntax is:<code> |
{{ggb>path/to/geogebrafile.ggb 740,300}}</code> | {{ggb>/path/to/geogebrafile.ggb 740,300}}</code> |
| |
Note that at the moment, if a path is used, it must use ''/'' instead of '':''. The default dimensions are 800x400 if they are omitted. | Note that at the moment, if a path is used, it must use ''/'' instead of '':''. The default dimensions are 800x400 if they are omitted. |
| |
Here's an example from one of [[howto/hambasics/sections/wavemodulation#wave_addition |Ham Basics]] pages showing how different waves add and what SWR looks like: | Here's an example from one of [[hambasics/sections/wavemodulation#wave_addition |Ham Basics]] pages showing how different waves add and what SWR looks like: |
| |
===== Wave Addition ===== | ===== Wave Addition ===== |
When two waves overlap, they add up together at every point. Here, the <fc #4682b4>blue</fc> and <fc #008000>green</fc> waves are generated and add up together to form the <fc #ff0000>red</fc> wave. You can move the blue and green waves and see the result. To convince yourself that the red wave is really the sum of the blue and green waves, look at points <fc #4682b4>A</fc>, <fc #008000>B</fc>, and <fc #ff0000>C</fc>. You can move the blue or green waves by sliding their phase (<fc #4682b4>φ</fc> and <fc #008000>Φ</fc>) around. You'll see that point <fc #ff0000>C</fc> is always the sum of <fc #4682b4>A</fc> and <fc #008000>B</fc>. | When two waves overlap, they add up together at every point. Here, the <fc #4682b4>blue</fc> and <fc #008000>green</fc> waves are generated and add up together to form the <fc #ff0000>red</fc> wave. You can move the blue and green waves and see the result. To convince yourself that the red wave is really the sum of the blue and green waves, look at points <fc #4682b4>A</fc>, <fc #008000>B</fc>, and <fc #ff0000>C</fc>. You can move the blue or green waves by sliding their phase (<fc #4682b4>φ</fc> and <fc #008000>Φ</fc>) around. You'll see that point <fc #ff0000>C</fc> is always the sum of <fc #4682b4>A</fc> and <fc #008000>B</fc>. |
| |
{{ggb>howto/hambasics/sections/waveaddition.ggb 800,500}} | {{ggb>/hambasics/sections/waveaddition.ggb 800,500}} |
| |
| |