Re: MATRIX BASIC -- HOW BIG IS THE MARKET?

corbett@road.Eng.Sun.COM (Robert Corbett)
5 Jan 91 05:29:34 GMT

          From comp.compilers

Related articles
MATRIX BASIC -- HOW BIG IS THE MARKET? zhou@brazil.psych.purdue.edu (1991-01-04)
Re: MATRIX BASIC -- HOW BIG IS THE MARKET? corbett@road.Eng.Sun.COM (1991-01-05)
Re: MATRIX BASIC -- HOW BIG IS THE MARKET? brazil.psych.purdue.edu!zhou@gatech.edu (1991-01-06)
Re: MATRIX BASIC -- HOW BIG IS THE MARKET? khb@Eng.Sun.COM (1991-01-07)
Re: MATRIX BASIC -- HOW BIG IS THE MARKET? bliss@sp64.csrd.uiuc.edu (1991-01-09)
| List of all articles for this month |

Newsgroups: comp.compilers
From: corbett@road.Eng.Sun.COM (Robert Corbett)
Keywords: design, question, Basic
Organization: Sun Microsystems, Mt. View, Ca.
References: <11651@j.cc.purdue.edu>
Date: 5 Jan 91 05:29:34 GMT



In article <11651@j.cc.purdue.edu> zhou@brazil.psych.purdue.edu (Albert Zhou) writes:
>I am intending to expand the current matrix operation interface I've designed
>into a full scale language on PC. Here is what I am considering:


> (1) I don't want it to become a special language like mathematica,
>gauss, imsl and so on. Instead, I want it to be a clone of a popular
>language on PC with full matrix operation capacity. Since it has to be
>interpretive, the the ideal candidate would be BASIC. I would call it
>MATRIX BASIC.




ANSI BASIC, X3.113-1987, provides matrix operations including addition,
subtraction, multiplication, inverse, determinant, and scalar product. I
presume that BASIC implementations that claim conformance with the standard,
such as True BASIC, implement those features (they are not optional).


If your package only includes simple matrix operations, I doubt you will find
much of a market. If your package includes support for complex matrices and
analytic functions over them (not at all easy to implement), your sales might
increase by dozens.


Yours truly,
Bob Corbett
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.