<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Solve and get all unknown</title>
		<link>http://tibasicdev.wikidot.com/forum/t-266821/solve-and-get-all-unknown</link>
		<description>Posts in the discussion thread &quot;Solve and get all unknown&quot;</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 21 Jul 2026 04:23:46 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-266821#post-876247</guid>
				<title>Solve and get all unknown</title>
				<link>http://tibasicdev.wikidot.com/forum/t-266821/solve-and-get-all-unknown#post-876247</link>
				<description></description>
				<pubDate>Sat, 18 Sep 2010 22:53:06 +0000</pubDate>
				<wikidot:authorName>mathieu660</wikidot:authorName>				<wikidot:authorUserId>569456</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi,</p> <p>This is my first post over there ! I'm pretty new to the 68k Basic and I'm looking for some help!</p> <p>I want to creat a program that can compute all unknow.</p> <p>Exemple :</p> <p>I want to know the impedance for a wave I can get this information by those formula : Z = (F*k)/w or F/c or sqrt(u/F).</p> <p>So I want to make a menu where I can enter the known informations and after if I entered enough information it will automatiquely return all the unknown.</p> <p>Here is what I made for the moment maybe someone could just help me to know if it's possible ? And how to do it.</p> <p>()<br /> Prgm<br /> setMode(&quot;Display Digits&quot;,&quot;FLOAT&quot;)<br /> setMode(&quot;Exact/Approx&quot;,&quot;APPROXIMATE&quot;)<br /> Local equ,var,z,f,k,w,c<br /> ClrHome<br /> Lbl start<br /> Dialog<br /> Title &quot;=(Z = (F*k)/w or F/c or sqrt(u/F)&quot;<br /> Request &quot;Z&quot;,z<br /> Request &quot;F&quot;,f<br /> Request &quot;k&quot;,k<br /> Request &quot;W&quot;,w<br /> Request &quot;c&quot;,c<br /> Request &quot;u&quot;,u<br /> EndDlog<br /> expr(Z)»z<br /> expr(F)»f<br /> expr(k)»k<br /> expr(W)»w<br /> expr(c)»c<br /> expr(u)»u</p> <p>and after I'm pretty lost how could I return the unknow if I get enough information ? Do I need to use a solve() ?</p> <p>Thanks</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>