diff options
Diffstat (limited to 'doc/context/sources/general/mathml/mathml/wh-g-004.xml')
-rw-r--r-- | doc/context/sources/general/mathml/mathml/wh-g-004.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/context/sources/general/mathml/mathml/wh-g-004.xml b/doc/context/sources/general/mathml/mathml/wh-g-004.xml new file mode 100644 index 000000000..a981decdb --- /dev/null +++ b/doc/context/sources/general/mathml/mathml/wh-g-004.xml @@ -0,0 +1,28 @@ +<math xmlns='http://www.w3c.org/mathml' version='2.0'> + <apply> <eq/> + <apply> <cos/> + <apply> <minus/> + <ci> x </ci> + <ci> y </ci> + </apply> + </apply> + <apply> <plus/> + <apply> <times/> + <apply> <cos/> + <ci> x </ci> + </apply> + <apply> <cos/> + <ci> y </ci> + </apply> + </apply> + <apply> <times/> + <apply> <sin/> + <ci> x </ci> + </apply> + <apply> <sin/> + <ci> y </ci> + </apply> + </apply> + </apply> + </apply> +</math>
\ No newline at end of file |