Search:

Type: Posts; User: apple_ranger

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    6,536

    can i ask you what scale factor you forgot in the...

    can i ask you what scale factor you forgot in the C code. i try running the code you made on gcc but it had errors. can you please tell me what is wrong ??
  2. Replies
    10
    Views
    6,536

    ok i get that , but how do i initialise the array...

    ok i get that , but how do i initialise the array if i wasnt' given the number of teams or the team names and the user of the program is meant to input that?
  3. Replies
    10
    Views
    6,536

    Making A League Table

    hi, can someone give me some pointers on how i can create a league table for a football game where each team have to play each other team in their home ground and the away ground. IF a team wins...
  4. Replies
    18
    Views
    5,715

    well i know that if the equations are incosistent...

    well i know that if the equations are incosistent then it has no solutions , and if the equations are linearly dependent then it has infinitely many solutions. BUT how do i show that in my C program
  5. Replies
    18
    Views
    5,715

    ok i've composed the code using the method of...

    ok i've composed the code using the method of elimination, and i have successfully worked out the value of and X and Y in ax+by= c1 and dx+ey=c2.
    but there is one more thing i need to ask, my code...
  6. Replies
    18
    Views
    5,715

    oh no.. i just checked my text book and realised...

    oh no.. i just checked my text book and realised that i've never learnt arrays before. it is at the back of my text book but i've only started learning C programming. Is there other ways of solving...
  7. Replies
    18
    Views
    5,715

    SORRY i'm very new to computer programming, BUT...

    SORRY i'm very new to computer programming, BUT yes that example u put there was exactly what i wanted to ask. i was planning to solve my linear equations using either substitution method or the...
  8. Replies
    18
    Views
    5,715

    yes of course i can write a simple program like...

    yes of course i can write a simple program like that
  9. Replies
    18
    Views
    5,715

    okok let me explain this again , i have been...

    okok let me explain this again , i have been asked to create a set of codes to solve linear equations " ax + by = c1" and " cx + dy = c2". some people suggested that i should use gaussian...
  10. Replies
    18
    Views
    5,715

    LINEAR EQUATIONS please help

    i have been assigned a question asking me to compile a C program to solve any 2x2 linear equations. i'm very bad at c programming , so can anyone give me some pointers to how i should start my codes?...
Results 1 to 10 of 10