Skip to content

Commit

Permalink
add tests to gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jan 26, 2025
1 parent 74daa0b commit 62f3ed1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mathics_django/web/media/js/inout.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ function showGallery() {
'D[Sin[2x] + Log[x] ^ 2, x]',
'Integrate[Tan[x] ^ 5, x]',

'(**** LaTeX and MathML forms ****)',
'TeXForm[Integrate[F[x],{x,a,b}]]',
// TODO: Modify MathMLForm in Mathics-django to avoid render the output
'MathMLForm[Integrate[F[x],{x,a,b}]]',
'(**** Linear Algebra ****)',
'MagicSquare = {{2, 7, 6}, {9, 5, 1}, {4, 3, 8}}; MatrixForm[MagicSquare]',
'LinearSolve[MagicSquare, {1, 1, 1}] // MatrixForm',
Expand Down

0 comments on commit 62f3ed1

Please sign in to comment.