Search:

Type: Posts; User: sneupa1

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    2,163

    Re: Finding a determinant of matrix

    package iotest;
    import java.util.*;
    import java.io.*;
    import java.io.BufferedWriter;
    import java.io.FileWriter;

    public class ReadMatrix
    {
    public static void main(String [] args)...
  2. Replies
    3
    Views
    2,163

    Re: Finding a determinant of matrix

    21952197

    I could not figure out why the variable temp3 gets erased after I call that method findDeterminant with test2B argument. First iteration gives me right result. On the second iteration it...
  3. Replies
    3
    Views
    2,163

    Finding a determinant of matrix

    I am new to java programming. I am working on a program that takes a text file and calculates the determinant.
    The text file is in the following format:

    dimension
    matrix like shown below:

    1...
Results 1 to 3 of 3