Get the desktop app — download for Mac, Windows & Linux

Features

Math, fully
digital

Our editor finally brings writing math fully into the digital age. Most tools just let you drop one equation into a post or document — they’re made to share math you’ve already figured out. Ours is for writing math, whether it’s a single equation or a whole homework set: solve it and get it ready to share at the same time, with no extra steps.

Fast, beautiful math

Most equation editors are slow and fiddly. We worked with usability experts to redesign writing math from the ground up — learn the basics in a few minutes and you’ll be writing math up to 3 times faster than with pencil and paper, in textbook quality.

Fewer mistakes

The most common student errors aren’t about the math at all — they’re misread handwriting and copy slips between lines. Textbook-quality output makes messy work a thing of the past, and math-aware editing carries your work to the next step with no recopying. Toggle to see the difference:

x = 3 · 7 = 2l?
A misread “1” (is it an l? a 7?) quietly turns 21 into a lost mark.
x=3×7=21
Textbook-quality output — nothing to misread or recopy.

Flexible tutoring

Get math help without leaving home. Whether it’s virtual office hours with a professor, homework help from a friend, a distance enrichment course, or a professional tutoring service, screen sharing the editor makes it the perfect medium for doing math together.

y = x²

Easy sharing

Sharing math online with LaTeX is a pain to learn and read. Math I Can Do makes it easy: print your work, save it as LaTeX or MathML, or export it as a PNG or SVG image. Pick a format to see the same equation, ready to go:

a^2 + b^2 = c^2
<math> <msup><mi>a</mi><mn>2</mn></msup> <mo>+</mo> <msup><mi>b</mi><mn>2</mn></msup> <mo>=</mo> <msup><mi>c</mi><mn>2</mn></msup> </math>
a² + b² = c² → raster image (.png), ready to paste anywhere
a² + b² = c² → crisp vector image (.svg), scales to any size

Accessible

We’re working to make the editor usable by everyone. We’ve already taken steps to support users with learning difficulties, and we keep adding accessible features such as speech output.

In progress

  • Speech output
  • Keyboard control
  • High-contrast notation

Comprehensive & standards-based

From grade-school arithmetic to STEM-professional work, Math I Can Do covers the notation you need. It’s based on international standards like ISO 80000-2, so your math reads the same way to colleagues around the globe.

Embeddable & customizable

Want our editor on your own site? Our flexible API lets you embed a custom, fully themed editor. We’d love to work with you to find the best fit for your needs and budget.

Explore the API →

your-site.html
<!-- drop the editor into any page -->
<div id="editor"></div>
<script src="…/micd_loader.js"></script>