Search:

Type: Posts; User: LittleMo

Search: Search took 0.11 seconds.

  1. Thread: how can count

    by LittleMo
    Replies
    2
    Views
    794

    Re: how can count

    public class Main {

    public static void main(String[] args) {
    String string1 = "10010101010101";
    int sum = 0;


    for (int index = 0; index < string1.length();...
  2. Solving nonlinear equations system using numerical methods

    Hi, I am a newcomer to Java, and I am dealing with a problem. I need to solve a system of 3 equations (3 unknown variables) which are not linear. I have been using mathematica, where finding roots is...
Results 1 to 2 of 2