Teaching and Learning Mathematics with Technology

Total Page:16

File Type:pdf, Size:1020Kb

Teaching and Learning Mathematics with Technology Teaching and learning mathematics with technology Peter Jipsen School of Computational Sciences Chapman University May 18, 2012 Outline I Matching technology with undergraduate mathematics I Mathematics on the web I Mathematics on computers I Wikis and collaborative editing I Audience response systems I Online homework systems I What next? Teaching and learning What is eective teaching? When every student learns as much as s/he is capable of, within the given constraints When students are engaged; have frequent Aha! moments When they are able to reconstruct ideas and techniques months or years after they understood them When students feel competent enough to tutor other students, and do it well ... Technology for undergraduate mathematics Can technology help? It depends on how it is used Certainly the invention of the blackboard was a step forward But some instructors were better at using it than others Probably the invention of the Blackboard course management system was a step backwards But some students and instructors nd it useful Taking notes, doing calculations Recording what one is learning, working with ideas, formulating questions Requires writing technology Paper, pencil and eraser are good old technology Wordprocessors are bad new technology for mathematics LATEX is even worse Why? Typing math notes during a lecture in LATEX or MS Word is challenging Doing calculations or drawings in a word processor in real time is more dicult Typing notes in a non-math class is easy for anyone who can type well Notes available in digital form with little post-processing, can be shared easily Can use handwritten notes for math classes, scan them later Or use a tablet PC, or new solution: use a tablet (well, iPad for now) Can use Lyx, a free open-source what-you-see-is-what-you-get LATEX-based wordprocessor Easy to install on MS Windows, Apple OSX, Linux Look and feel similar to MS Word 2010, but free and available on all computers Why not use a Computer Algebra System? Mathematica / Maple / Sage / Scientic Notebook / Mathcad Expensive and/or hard-to-use not suitable as learning tools Wikis Collaborative learning tools, getting students involved in online content creation Used a wiki in a discrete math class several years ago All students had access to all parts of the wiki All pages are versioned; all users had to log in; edits are logged Used for course notes, with annotations and links to other online content Used for homework, assigned ALL exercises, one for each student to post Had to also solve 4 other exercises from each section, comment on the posted solutions The problem What should one use for math notation on a wiki? In 2004 no suitable solution was available How to make computers display and understand e.g.: sin−1 plog e π e = 2 Even Wikipedia had no solution (with 200000 articles in 2004) [still does not have a good solution; it advocated using italics and <math>LATEX</math>; now stuck with a huge legacy problem] Possible solutions −1 p π sin loge e = 2 I ArcSin[Sqrt[Log[E]]]==Pi/2 Mathematica I Math.asin(Math.sqrt(Math.log(Math.E)))==Math.Pi/2 JavaScript (the native browser language) I \sin^{-1}\sqrt{\log_e e}=\frac{\pi}{2} MathJax or LATEX I <msup><mo>sin</mo><mrow><mo>-</mo><mn>1</mn></mrow> </msup><msqrt><msub><mo>log</mo><mi>e</mi></msub><mi>e</mi> </msqrt><mo>=</mo><mfrac><mi>&pi;</mi><mn>2</mn></mfrac> Presentation MathML I sin^-1sqrt(log_e e)=pi/2 ASCIIMath Aims of a convenient linear math notation I Close to standard mathematics I Motto: if it looks like math, it should work I Easy to read I Easy to type I Formulas should be short I No obscure syntax errors I Syntax easy to dene and remember I Mostly language independent I Simple to extend or modify (localization) ASCIIMath: A linear math notation with 8 syntax rules; designed in 2004 Examples of ASCIIMath π lim tan−1x = lim_(x->oo)tan^-1x = pi/2 x!1 2 P1 1 π2 sum_(n=1)^oo 1/n^2 = pi^2/6 n=1 n2 = 6 p 1 1 x2dx π int_-1^1sqrt(1-x^2)dx = pi/2 −1 − = 2 ´ [0; 1) = fx 2 R : 0 ≤ x < 1g [0,1) = {x in RR : 0<=x<1} These examples carry students a long way ASCII: American Standard Code for Information Interchange ASCIIMathML I Implemented in a single JavaScript le (~1000 lines of code) I Conversion to MathML is done as the web page loads I Makes MathML work in HTML in Firefox and IE (was a big deal in 2004) A I Includes a subset of LTEX (with some text formatting) I Search online for ASCIIMath, download for free How about visual content A graph can be included by typing e.g. agraph plot(sin(x)) endagraph Each graph can be modied by the reader directly on the webpage, to allow for a hands-on learning experience Interactive dynamic pictures are possible with minimal programming Ease of use: An auto-math-recognize mode allows formulas and text to be freely mixed E.g. Let m,b in RR and consider the line y = m x + b. Produces: Let m; b 2 R and consider the line y = mx + b. ASCIIMath is widely used I Downloaded by thousands of users around the globe (17900 hits on Google) I Integrated into many wikis (MediaWiki, PmWiki,...), blogs (Blogger), course management systems (Moodle), Homework systems (WebWorK, IMathAS), Editors (TinyMCE, Xinha) I Includes ASCIIsvg and a scientic calculator I ASCIIMath serverside in PHP [Chan 2004], Perl [Nodine 2006] A I Better LTEX support [Woodall 2006, J. 2007] I Interactive graphs [J. 2007] I Included in MathJax 2.0 [Lippman, Cervone 2012] ASCIIMathML addresses the following problems I Few (school/undergrad) students know how to type mathematics I Most math homework is handwritten I Math tests are often multiple choice (presentation is not tested) I Mathematics seems oldfashioned to computer savvy youth I Mathematics education is aected negatively I Dicult to help students by email or chat I Online interactive math content is low I Ironically, it's hard to do math on a computer! Issues MathML is still not available natively in Chrome or Internet Explorer MathML is nally part of HTML5 (previously only valid in XHTML) Does not display as nicely as LATEX MathJax (formerly JSMath) does a great job, now handles ASCIIMath in ALL browsers ASCIIMath is very similar to MS Word 2010 math language but not identical ASCIIMath is not (yet) an ocial standard Does not handle full LATEX, so can't easily copy-paste from/to wikis Back to learning math with technology Audience Response Systems (Clickers) in Undergraduate Mathematics Started using them in 2009 in Calculus I Once a week (at most) Works well as attendance check Still some technological issues Students should have their own clicker (mine didn't) Clickers TurningPoint works best from within PowerPoint (essentially a deal-breaker) Fortunately TurningPoint Anywhere works with any displayed content The most important variable is the quality of the questions that one poses Writing good clicker questions is dicult Hard to tell if students learn more, but they denitely pay more attention I recommend clickers if you can get a set of Good Questions matched with your course and teaching approach Alternatives to clickers There are many choices for clickers, inexpensive open-source would be best Cell-phones with SMS texting are a recent alternative (polleverywhere.com, smspoll.net) Smartphones or laptops with web access (WiFi) can also be used Good solution also for online classes Can't ignore the rst choice for student communication (texting) Twitter, Gmail chat, Google Docs has also been used in this setting More eective technology Online homework systems I have used WebWorK since 2002, MyMathLab since 2012 Webassign, WileyPlus, IMathAS are other choices WebWorK is free, open-source, large database of problems targeting main undergraduate math courses (Calculus I-III, Linear Algebra, Discrete Math, ...) Based on Perl + TEX + PDF + Linux MyMathLab is from Pearson, $82 for 3 semesters with ebook from Pearson Based on Blackboard + MathXL + Flash + Mathematica CDF Flash and CDF do not work on the iPad; ebook is hard to print; help button makes questions too easy Personal observations It doesn't matter which online homework system is used It does matter HOW it is used Need to convince students to treat these systems like ordinary handwritten graded homework Require a homework notebook in which all work is recorded, to be inspected e.g. at the end of each month Or require written homework handed in with printout of questions Using Wolfram Alpha is not a problem, solution still needs to be written Give timed quizzes (outside of class, no online help), allow students to redo next day,... Improved my students' skills and saved me some time Possible Improvements These systems need to become math-aware, not just answer oriented They need to provide editor windows to write out a solution, with math syntax/grammar checker for correct notation and logic Should allow justications for steps Should prevent copy-paste (from outside) Should work with stylus input for convenience and graphs/diagrams iPad apps like Notability and GoodReader are way better than Tablet PC programs Some Considerations Prefer to use technology that students can aord and use on their own (e.g. not Tablet PCs or active whiteboards) Use tablets for taking notes, annotating slides, giving presentations Prefer to use technology for engaging projects rather than just drills Use ebooks that provide LATEX source, encourage students to edit it Future developments Smart phones Tablets ! real time bidirectional access to projector screen ebooks that work better than printed books, open content licenses, LATEX source, ..
Recommended publications
  • Using Mathjax and Its Accessibility Features
    Using MathJax and its Accessibility Features Volker Sorge, Peter Krautzberger MathJax AHG 2016, Denver, November 16 2016 Read along at: mathjax.github.io/MathJax-a11y/slides/ahg16.pdf Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features What is MathJax? MathJax is a JavaScript library for rendering Mathematics in all browsers Can take LATEX, AsciiMath, and MathML as input Generates browser output, e.g. HTML/CSS, SVG Standard Maths rendering solution for: stackexchange, wordpress blogs, mediawiki, etc. MathJax is the de facto rendering solution of (nearly) all Mathematics on the web (35 million unique daily rendering requests via CDN) http://www.mathjax.org Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Using MathJax Use it directly from CDN Configure according to the need of your web document Local installations possible Detailed documentation available at: http://docs.mathjax.org Large user community and support Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Configuring MathJax: CDN Load directly from Content Distribution Network Include single line script tag into web document Example with broad, standard configuration <s c r i p t sr c ='https://cdn.mathjax.org/mathjax/latest/MathJax. js? c o n f i g=TeX−AMS−MML HTMLorMML'></ s c r i p t> Volker Sorge, Peter Krautzberger Using MathJax and its Accessibility Features Configuring MathJax: Locally Local configurations to customise for your web content Allows for fine-grained control of MathJax's behaviour Needs to be added BEFORE the CDN call Example for including inline LATEX formulas: <s c r i p t type=" t e x t /x−mathjax−c o n f i g "> MathJax.Hub.
    [Show full text]
  • Text-Based Input Formats for Mathematical Formulas
    Text-based input formats for mathematical formulas Peter Jipsen Chapman University December 8, 2006 Peter Jipsen (Chapman University) Text-based mathematical input formats December 8, 2006 1 / 22 The problem How to make computers display and understand e.g.: π sin−1 plog e = e 2 Mathematical notation uses complex 2D positioning The information has to be entered in some form Converted to an internal representation Displayed / printed / spoken / archived / searched / ... Peter Jipsen (Chapman University) Text-based mathematical input formats December 8, 2006 2 / 22 Creating mathematical content Traditional document: Handwritten Advantages versatile simple fast Disadvantages hard to digitize hard to parse can’t edit or copy/paste easily semantics? Peter Jipsen (Chapman University) Text-based mathematical input formats December 8, 2006 3 / 22 Creating mathematical content Traditional document: using point and click formula editor Advantages easy to use wysiwyg captures structure Disadvantages slow nonstandard difficult to add to existing tools display quality? Peter Jipsen (Chapman University) Text-based mathematical input formats December 8, 2006 4 / 22 Creating mathematical content Traditional document: using a typesetting system Advantages high quality output import/export features for larger systems expected by publishers Disadvantages cryptic commands tedious textediting/proofreading “nonstandard” Peter Jipsen (Chapman University) Text-based mathematical input formats December 8, 2006 5 / 22 Displaying mathematical content Math on webpages
    [Show full text]
  • Mathml Applications Neil Soiffer, Design Science Inc
    MathML Applications Neil Soiffer, Design Science Inc Browsers o Internet Explorer + MathPlayer o Firefox and other Mozilla based browsers (eg, Netscape 7) o Amaya Browser Plug-ins, Scripts and Extensions o Abacus abacus.mozdev.org Extension for Mozilla-based applications for writing and editing MathML expressions. o ASCIIMathML www1.chapman.edu/~jipsen/asciimath.html JavaScript allows incorporating mathematical formulas on webpages using a simple linear math notation. o GtkMathView-Bonobo helm.cs.unibo.it/software/gtkmathview-bonobo Bonobo (GNOME) wrapper for GtkMathView which allows GtkMathView to be embedded inside Bonobo applications. GtkMathView is a C++ rendering engine for MathML documents. o MathPlayer www.dessci.com/en/products/mathplayer MathML display engine for Internet Explorer. o Techexplorer www.integretechpub.com/techexplorer Renders TeX, LaTeX, and MathML. Java APIs provide programmatic access to techexplorer and document properties. o WebEQ www.dessci.com/en/products/webeq Toolkit (edit, view, graph, evaluate) for building web pages that include interactive math. o webMathematica www.wolfram.com/products/webmathematica Enables creation of web sites that allow users to compute (using Mathematica) and visualize results directly from a web browser. Scientific Computation o jscl-meditor jscl-meditor.sourceforge.net Java symbolic computing library and a mathematical front-end to access it. Exports MathML. o Maple www.maplesoft.com/products/maple Symbolic and numeric computation system with support for importing and exporting MathML. o Mathcad www.adeptscience.co.uk/products/mathsim/mathcad Numerical and graphical scratchpad that supports MathML export. o Mathematica www.wolfram.com Technical computing system with high-quality mathematical typesetting and editing with support for importing and exporting MathML.
    [Show full text]
  • New Accessibility Features in Mathjax
    New Accessibility Features in MathJax Volker Sorge MathJax Consortium (University of Birmigham, UK; Progressive Accessibility Solutions, Ltd.) joint work with Davide Cervone and Peter Krautzberger This work was supported by the Alfred P. Sloan Foundation. MathJax is supported by the American Mathematical Society and many sponsors. CSUN 2016, San Diego, March 24 2016 Volker Sorge New Accessibility Features in MathJax Introduction Accessibility to Mathematics is essential for inclusive education TTS of Mathematics is a challenging problem Particular on the web as mathematics is badly supported MathJax is already a visual rendering solution Make it universally accessible Instead of relying on browsers or screen readers we have created an AT solution in MathJax Based on some work done in ChromeVox at Google and later extended in Benetech's MathMLCloud project Now supported by AMS and Sloan Foundation Volker Sorge New Accessibility Features in MathJax What is MathJax? MathJax is a JavaScript library for rendering Mathematics in all browsers Can take LATEX, AsciiMath, and MathML as input Generates browser output, e.g. HTML/CSS, SVG Standard Maths rendering solution for: stackexchange, wordpress blogs, mediawiki, etc. Internal format is (still, something close to) MathML MathJax is the de facto rendering solution of (nearly) all Mathematics on the web (35 million unique daily rendering requests via CDN) Volker Sorge New Accessibility Features in MathJax The State of Mathematics on the Web MathML is officially part of the HTML5 standard Mathematics
    [Show full text]
  • Talking Math Online with LATEX Exploring Options for Mathematics on the Web
    Talking Math Online with LATEX Exploring options for mathematics on the web. Keith Jones SUNY Oneonta MAA Seaway Summer 2020 Workshop, June 2020 Overview A Little LATEX The State of Math Display Online Online Platforms Supporting LATEX LaTeX and Learning Management Systems Prelude I have some blog posts which explore the topics we'll discuss in greater detail, and collect some of this information for future reference. I hope to maintain these pages with helpful updates as I learn new information. I Resources for LATEX Mathematics I Exploring MathJax I Platforms Supporting LATEX Online I LATEX and Learning Management Systems Overview A Little LATEX The State of Math Display Online Online Platforms Supporting LATEX LaTeX and Learning Management Systems LaTeX is a massive and powerful system for creating technical documents. But it has become wildly popular in mathematics and science as a language for rendering complex mathematics intuitively. $$\begin{bmatrix} x_1 & y_1 \\ x_2 & y_2 \end{bmatrix} \vec v = (\lambda I) \vec v $$ becomes: x y 1 1 ~v = (λI)~v x2 y2 I ncirc ! ◦ I nperp !? I nrightarrow !! 1 Z π I nfracf1gf2gnint 0^npinsin(t)dt ! sin(t)dt 2 0 If a natural command doesn't exist for what you want, you can invent it. The command nnewcommandfnrealsgfnmathbbfRgg creates the macro nreals to typeset R. Common-sense Names and Symbols b Using x 0 for x0 and a^b for a , and natural abbreviations: I ninfty ! 1 I nperp !? I nrightarrow !! 1 Z π I nfracf1gf2gnint 0^npinsin(t)dt ! sin(t)dt 2 0 If a natural command doesn't exist for what you want, you can invent it.
    [Show full text]
  • Arun Ram- Mathml for Math Research Papers
    MathML for mathematics research articles Arun Ram Department of Mathematics University of Wisconsin, Madison Madison, WI 53706 USA [email protected] and Department of Mathematics and Statistics University of Melbourne Parkville VIC 3010 Australia [email protected] 1. Introduction Given the ubiquity with which the internet has taken over our lives and the extent to which society is using web pages written in HTML it is, perhaps, a bit surprising that research mathematicians still use TeX to distribute their results. Current web browsers and authoring tools are much more friendly towards formatting, graphics, animation, colors and cross referencing. The possibilities are endless, and it is a pity that we don't currently have them available in our standard mathematics presentations. For example, color, animated graphics, proofs that appear only when you want (click on) them, point and click jumping to references and previous equations, are only a few of the possible tools that mathematicians might like. Perhaps it is time that we, as a community, make the switch and stop using TeX in favor of web markup. In fact, some TeX addons (HyperTeX [HT], Beamer [Bm]), attempt to incorporate some weblike features. In 1998, MathML version 2 was released by the World Wide Web Consortium, the standards organisation for Web markup. So what is holding up our conversion? On one hand, research mathematicians are right to be hesitant to try to convert to MathML because the existing software is sometimes user unfriendly and this can be very frustrating. On the other hand, it is a vicious circle, because mathematicians have not demanded better software, software for MathML has developed extremely slowly.
    [Show full text]
  • Authoring Web-Accessible STEM Documents
    Authoring Web-accessible STEM documents Volker Sorge Progressive Accessibility MathJax School of Computer Science Solutions Consortium University of Birmingham Birmingham, UK mathjax.org cs.bham.ac.uk progressiveaccess.com Empower 2018, Delhi, 26 October 2018 Read along at: progressiveaccess.com/empower18/slides.pdf Play along at: progressiveaccess.com/empower18 Volker Sorge Authoring Web-accessible STEM documents Overview 1 Generating Math documents for the Web 2 Using accessible Maths on the Web 3 Using accessible diagrams on the Web 4 Generating accessible diagrams for the Web Volker Sorge Authoring Web-accessible STEM documents Generating Math documents for the Web Part 1: Generating Math documents for the Web (with MathJax) Volker Sorge Authoring Web-accessible STEM documents What is MathJax? MathJax is a JavaScript library for rendering Mathematics in all browsers Can take LATEX, AsciiMath, and MathML as input Generates browser output, e.g. HTML/CSS, SVG Standard Maths rendering solution for: stackexchange, wordpress blogs, mediawiki, etc. MathJax is the de facto rendering solution of (nearly) all Mathematics on the web (in 2016: 35 million unique daily rendering requests via CDN) http://www.mathjax.org Volker Sorge Authoring Web-accessible STEM documents Getting your Document to the Web Common sources for Maths document: LATEX, Word, Markdown Translate into HTML format for the web There are a number of tools, many source dependent One flexible multi-format transformer is pandoc at http://pandoc.org Volker Sorge Authoring Web-accessible STEM documents Getting started with Pandoc Web demo at http://pandoc.org/try/ Simple example usage: pandoc −−s e l f −c o n t a i n e d −s example.docx −t html −o example.html Complex example: pandoc −s −S −−toc −c pandoc.css −A footer.html example.tex −o example.html See for more details and examples also https://pkra.github.io/slides-ahg Web documents can be rendered by including MathJax directly: pandoc −−mathjax=https://cdnjs.
    [Show full text]
  • Towards ARIA Standards for Mathematical Markup
    Towards ARIA Standards for Mathematical Markup MathJax Consortium ∗ Davide Cervone1, Peter Krautzberger2, and VolkerSorge3 1 Union College, NY, [email protected] 2 krautzource UG, [email protected] 3 University of Birmingham, UK, [email protected] www.mathjax.org Abstract While MathML is a successful standard for the representation of mathematical syntax and semantics, its lack of browser support and failure to synchronise with advancing web technologies makes its future as a web standard doubtful. Consequently there has been a need for alternative rendering solutions, that transform mathematics into web content actually supported by browsers. To make this content accessible assistive technology must work with mathematics regardless of the actual implementation of the visual rendering. We present work in MathJax that semantically enriches Presentation MathML and exposes the enrichment into rendering elements thereby allowing an accessibility tool to work across the whole palette of rendering options provided by MathJax, essentially independent of MathJax itself. We also present some ideas how this work could be leveraged towards establishing a refined ARIA standard for Mathematics. The paper therefore aims to stimulate discussion on how Mathematics could be made readily available for assistive technology in modern web design. 1 Introduction Although Mathematical formulas on the web can be represented in their own specialised markup lan- guage, MathML [2] as part of the HTML5 standard [1], only very few major browsers implement MathML rendering natively, leaving the support for displaying formulas included in pure MathML on web pages sketchy. Those browsers that provide MathML support, generally only offer it partially or lack full integration into other technologies of the Open Web Platform.
    [Show full text]
  • Towards Making Mathematics a First Class Citizen in General Screen Readers
    Towards Making Mathematics a First Class Citizen in General Screen Readers ∗ Volker Sorge Charles Chen, T.V. Raman, David Tseng School of Computer Science Google, Inc. The University of Birmingham, UK Mountain View, CA, USA [email protected] {clchen|raman|dtseng}@google.com ABSTRACT content employing media ranging from traditional articles The text to speech translation of mathematical expressions containing mathematical formulas and scientific diagrams has always been a challenging problem, which has not dimin- to highly interactive web pages often exploiting novel me- ished by more and more content moving to the web. In this dia formats such as dynamic diagrams or simulations, which paper we present our efforts of making the speech translation makes traditional methods of making content accessible all of mathematical formulas a first class citizen in ChromeVox, but obsolete. To avoid the risk that modern technology a general screen reader for the Chrome browser. We exploit might create an even higher obstacle for inclusive educa- ChromeVox's ability to handle alternative representations of tion, it is important to ensure accessibility of scientific web DOM elements for translation of mathematical content given content without the need for expensive, specialist software. in a variety of web formats into uniform utterances. We In this paper we concentrate on making mathematics ac- present a format of flexible and adaptable speech rules that cessible for visually impaired learners in the general screen support the customization of aural rendering of mathematics reader ChromeVox [10]. Mathematics has always been a and introduce a specially semantically enriched representa- challenging problem as formulas can be arbitrarily complex tion of expressions that allows for a more natural reading in the sense that there is no limit on the nesting depth of experience.
    [Show full text]
  • Stable and Safe to Use
    MathJax Documentation Release 2.0 Davide Cervone, Casey Stark, Robert Miner, Paul Topping May 08, 2020 Contents 1 Basic Usage 3 2 Upgrading MathJax 83 3 Advanced Topics 99 4 Reference Pages 151 Index 155 i ii MathJax Documentation, Release 2.0 MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notaion that works in all modern browsers. Contents 1 MathJax Documentation, Release 2.0 2 Contents CHAPTER 1 Basic Usage 1.1 What is MathJax? MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. It was designed with the goal of consolidating the recent advances in web technologies into a single, definitive, math-on-the-web platform supporting the major browsers and operating systems, including those on mobile devices. It requires no setup on the part of the user (no plugins to download or software to install), so the page author can write web documents that include mathematics and be confident that users will be able to view it naturally and easily. One simply includes MathJax and some mathematics in a web page, and MathJax does the rest. MathJax uses web-based fonts (in those browsers that support it) to produce high-quality typesetting that scales and prints at full resolution (unlike mathematics included as images). MathJax can be used with screen readers, providing accessibility for the visually impaired. With MathJax, mathematics is text-based rather than image-based, and so it is available for search engines, meaning that your equations can be searchable, just like the text of your pages.
    [Show full text]
  • Building Intelligent Tutoring Systems
    BUILDING INTELLIGENT TUTORING SYSTEMS A Major Qualifying Project Report submitted to the faculty of WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science by FELIX GELLER CANDICE RICHARDSON PETRE RONTEA Advisors: Neil T. Heffernan, Gabor´ Sark´ ozy,¨ Stanley M. Selkow APRIL 25, 2007 Building Intelligent Tutoring Systems Abstract This project’s goal was to improve the ASSISTments intelligent tutoring system’s algebraic capabilities. We worked towards three main objectives. First, we built support for parsing ex- pressions and comparing them for algebraic equality. Second, we implemented an interactive grapher capable of plotting a variety of expressions. Third, we added support for rendering ex- pressions to well formatted images. Finally, we implemented a basic tutoring system including sample problems that demonstrate our work, establishing our tools’ usability and integrability. 1 Building Intelligent Tutoring Systems Acknowledgements This project owes a great deal to many individuals, whose assistance has earned our eternal grati- tude. We would like to extend our deepest gratitude first to Professor Gabor´ Sark´ ozy¨ for his tireless assistance in every aspect of our Budapest experience, from arranging this project, to guiding our progress, to apartment maintenance. We could not have hoped for a better or more considerate advisor. Professor Neil T. Heffernan for his prompt correspondence and for his supervision and advice every step of the way, and whose enthusiasm about the ASSISTments system is highly con- tagious. Professor Stanley M. Selkow for his significant aide in various aspects of our project, and for his undeniable enthusiasm about the Budapest project center.
    [Show full text]
  • Mathjax Documentation Release 2.7
    MathJax Documentation Release 2.7 Davide Cervone, Casey Stark, Robert Miner, Paul Topping, Frédéric Wang, Peter Krautzberger Apr 27, 2020 Basic Usage 1 What is MathJax? 3 2 Getting Started 5 3 Installing and Testing MathJax 13 4 Loading and Configuring MathJax 19 5 Combined Configurations 27 6 MathJax TeX and LaTeX Support 37 7 MathJax MathML Support 71 8 MathJax AsciiMath Support 75 9 MathJax Output Formats 77 10 MathJax Font Support 83 11 MathJax Localization 85 12 MathJax Safe-mode 87 13 The MathJax Community 89 14 Configuration Objects 91 15 The MathJax Processing Model 125 16 The MathJax Startup Sequence 129 17 Synchronizing your code with MathJax 133 18 Loading MathJax Dynamically 143 19 Modifying Math on the Page 147 20 Obtaining the MathML for an Expression 151 i 21 Tutorial: Extension writing 153 22 MathJax Debugging tips 161 23 MathJax-node API for NodeJS 163 24 The MathJax API 165 25 Accessibility Features 207 26 Browser Compatibility 211 27 EPUB3 Reading systems overview 213 28 MathJax Badges 215 29 Articles and Presentations 217 30 Using MathJax in popular web platforms 219 31 MathJax Frequently Asked Questions 221 32 MathJax In Use 227 33 Upgrading MathJax 233 34 Describing HTML snippets 267 35 CSS Style Objects 269 36 Localization Strings 271 37 Glossary 277 Index 279 ii MathJax Documentation, Release 2.7 MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers. Basic Usage 1 MathJax Documentation, Release 2.7 2 Basic Usage CHAPTER 1 What is MathJax? MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all modern browsers.
    [Show full text]