{ "cells": [ { "cell_type": "code", "execution_count": 4, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "\\(\\displaystyle \\left[x = -5 \\, y + 9\\right]\\)" ], "text/latex": [ "$\\displaystyle \\left[x = -5 \\, y + 9\\right]$" ], "text/plain": [ "[x == -5*y + 9]" ] }, "execution_count": 4, "metadata": { }, "output_type": "execute_result" } ], "source": [ ] }, { "cell_type": "markdown", "metadata": { "collapsed": false }, "source": [ "