Link to home
Start Free TrialLog in
Avatar of greenhal
greenhal

asked on

Java calculator

hi I was wondering if somebody could givew me a few pointers as to how a i could implements a calculator in java
I have to be able to take in some data in file format
a b
1 2
3 2
.
.
.
1 6
and processes it by the application of functions as chosen by the user from a button panel.
ASKER CERTIFIED SOLUTION
Avatar of CEHJ
CEHJ
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of greenhal
greenhal

ASKER

Thanks could you help me with this though its
just i need a way to do this
so for example the user chooses the following (1) ( sin a)  ( cos a) and then this is applied so that
b = B1(1) + B2(sin a) + B3(cos a) where i have to solve for B1 B2 B3 so its a system of matrix equataions could you help me with logic of how to do this?
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Elaborate more, what are B!,B2 & B3.
Can you post whole problem statment