Search:

Type: Posts; User: soso84

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,481

    Re: ILL CONDITION MATRICES

    This is the the question we are ask to do
    The following systems of equations is easy to solve
    2x+ y = 18
    3x + 2y = 30
    by graphing, by substitution, or elimination.The solution (6,6) is easily...
  2. Replies
    4
    Views
    1,481

    Re: ILL CONDITION MATRICES

    I actually want to print the output of the sample i have , i.e the solution to the matrix where A=[2 1;3 2] and b=[18;30] and and A^-1*b=[6;6] but i want the answer to 7 decimal places.Thanks
  3. Replies
    4
    Views
    1,481

    ILL CONDITION MATRICES

    I am having problems rounding to 7 decimal places, here is the code

    import java.text.DecimalFormat;
    public class GaussianElimination {
    private static final double EPSILON = 1e-7;

    //...
Results 1 to 3 of 3