Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uwm.edu!bionet!agate!ucbvax!bloom-beacon!eru!hagbard!sunic!ugle.unit.no!lilje.uib.no!vsfys3.fi.uib.no!hulsund From: hulsund@vsfys3.fi.uib.no (John Einar Hulsund) Newsgroups: comp.sys.handhelds Subject: Numbers in algebraics Message-ID: <1991Apr11.131205.11941@lilje.uib.no> Date: 11 Apr 91 13:10:09 GMT Sender: usenet@lilje.uib.no (Bergen Univ news account) Reply-To: hulsund@vsfys3.fi.uib.no Organization: Department of Physics, University of Bergen, Norway Lines: 25 News-Software: VAX/VMS VNEWS 1.3-4 >Does anyone know how to force symbolic notation on a numerical value? > ie. 1: '5' >The idea being that I can build a numerical equation from this number... > ie. 1: '\v/5' @ square root of 5. > >I would not mind doing '\v/a' and then substitute the value of a, but >I don't know of a way to do this. > Maybe MATCH?? ....Never used it before, and there's gotta be a > simpler solution. > >All suggestions are appreciated. I hope this isn't a dumb question... >I hate asking dumb things...On the other hand, maybe there's a stupid >solution... > >Thanks in advance, >-Dave. Try this: Put a string on the stack containing a singel-quote and a square-root. 1: "'\v/" Then type: 5 [ENTER] + Finish by executing OBJ\-> - John E H