<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://ooo-imath.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SOLVE</id>
	<title>SOLVE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://ooo-imath.sourceforge.net/wiki/index.php?action=history&amp;feed=atom&amp;title=SOLVE"/>
	<link rel="alternate" type="text/html" href="http://ooo-imath.sourceforge.net/wiki/index.php?title=SOLVE&amp;action=history"/>
	<updated>2026-04-20T10:33:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>http://ooo-imath.sourceforge.net/wiki/index.php?title=SOLVE&amp;diff=509&amp;oldid=prev</id>
		<title>Jrheinlaender: Created page with &quot;{{Keyword | &lt;code&gt;SOLVE (equation, expression, integer )&lt;/code&gt; | Symbolically solve the equation for the expression. If there are several possible solutions (e.g....&quot;</title>
		<link rel="alternate" type="text/html" href="http://ooo-imath.sourceforge.net/wiki/index.php?title=SOLVE&amp;diff=509&amp;oldid=prev"/>
		<updated>2017-06-28T19:23:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Keyword | &amp;lt;code&amp;gt;SOLVE (&lt;a href=&quot;/wiki/index.php/Equation&quot; title=&quot;Equation&quot;&gt;equation&lt;/a&gt;, &lt;a href=&quot;/wiki/index.php/Expression&quot; title=&quot;Expression&quot;&gt;expression&lt;/a&gt;, &lt;a href=&quot;/wiki/index.php/Integer&quot; title=&quot;Integer&quot;&gt;integer&lt;/a&gt; )&amp;lt;/code&amp;gt; | Symbolically solve the equation for the expression. If there are several possible solutions (e.g....&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Keyword&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;code&amp;gt;SOLVE ([[equation]], [[expression]], [[integer]] )&amp;lt;/code&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
Symbolically solve the equation for the expression. If there are several possible solutions (e.g. for a quadratic equation), you can specify which one you want in the third argument. Note that this argument is not optional, so you must specify 1 for a linear equation.&lt;br /&gt;
&lt;br /&gt;
It is possible to solve for an arbitrary expression. This works by substituting the expression with a temporary symbol inside the equation, then solving for the symbol, and finally re-substituting the expression.&lt;br /&gt;
&lt;br /&gt;
Currently iMath can only solve polynomial equations up to grade 4. &lt;br /&gt;
|&lt;br /&gt;
3=&lt;br /&gt;
&amp;lt;code&amp;gt;EQDEF x^3 + x^2 + x + 1 = 0&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;EQDEF SOLVE(@prev@, x, 1)&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This will find the first solution of the cubic equation.&lt;br /&gt;
|&lt;br /&gt;
4=&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Manipulation]]&lt;/div&gt;</summary>
		<author><name>Jrheinlaender</name></author>
	</entry>
</feed>