Search:

Type: Posts; User: CJM

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    7,990

    Revised Simplex Method

    Hey im having trouble coding a program to caculate the revised simplex method of a nxm matrix and was wondering if anyone has any code to do so.

    so you dont think im just wanting CWK help here is...
  2. Replies
    5
    Views
    1,522

    Major problem with arrays

    My main issue is trying to make one array take the values of an other

    the problem starts on line 164 of my code:



    #include<stdio.h>
    #include<conio.h>
    #include<math.h>
    #include<stdlib.h>
  3. Replies
    4
    Views
    1,413

    still having issues, i changed my code as...

    still having issues, i changed my code as mentioned to

    [just the end section]


    printf("\nsquare -ive numbers\n");
    for(i=0;i<mSIZE;i++)
    {
    for(j=0;j<n1SIZE;j++)
    {
  4. Replies
    4
    Views
    1,413

    Matrix Manipulation

    Hey im having problems with chaning values of number in my 3D array.
    i want to find each negitive numer and square it but i cannot work out how to, i think im really close.



    #include <stdio.h>...
  5. Thread: Matrix Question

    by CJM
    Replies
    6
    Views
    1,124

    Matrix Question

    Hello to the wonderful world of programmers
    I am having a great deal trouble with a matrix/arrays.

    I need to set up a user defined array n by m
    and then get the use to enter values into it, but...
Results 1 to 5 of 5