Search:

Type: Posts; User: niceguy

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    6,038

    Ok i think i made the modifications...but still...

    Ok i think i made the modifications...but still not right.


    include


    #include<stdio.h>
    #include<stdlib.h>
    #include<math.h>
    #include<time.h>
  2. Replies
    4
    Views
    6,038

    finding area of unit circle by monte carlo..

    Hi guys, I am attempting this, but cannot put finger on what is wrong. I have done it assuming a unit circle on origin and I thus use the positive quadrant and multiply the answer by 4.


    Think...
  3. No. I just want to know what free software is...

    No. I just want to know what free software is available for scientific data storage?
  4. scientific data storage...free software downloads?

    Hi Guys,

    just wandering if there are any free, windows compatible downloads on the net for easy data storage to use for my simple c programmes? is SciTi one?

    Many thanksx
  5. Replies
    13
    Views
    2,067

    Thanks Guys! The console holding code i...

    Thanks Guys!

    The console holding code i required now is

    system(pause)

    It works now cheers!
  6. Replies
    13
    Views
    2,067

    Thanks Elysia, wil cleanup the indentation. It...

    Thanks Elysia, wil cleanup the indentation.

    It was indeed the capital P in Printf that was wrong. However with the console running now it is just not going further than asking for a,b,c. So am...
  7. Replies
    13
    Views
    2,067

    but i dont understand this undeclared variable...

    but i dont understand this undeclared variable warning about print f?


    is it a bracket problem?
  8. Replies
    13
    Views
    2,067

    while loops...a problem with my simple code?

    I think there may be a problem with my usage of brackets below.
    Any ideas on this simple program to find roots of quadratic equation?

    many thanks!

    include


    #include <stdio.h>
    #include...
  9. Replies
    6
    Views
    1,735

    math function vs functions...

    I have the following problem... i am trying to print out a table of values for the taylor expansion of exp() (as a function) and the plain value of exp().

    (i) cant get function to work?

    (ii)...
  10. Replies
    5
    Views
    1,135

    Okay..thanks! This question develops: ...

    Okay..thanks!

    This question develops: "compute the dot products of x.x,, y.y, x.y checking that sinx and cosx are orthogonal..x.y=sum(x.y) "

    I am really stuck here. Maybe that is my maths. My...
  11. Replies
    5
    Views
    1,135

    Thanks!!!!! your the master. why must x y be...

    Thanks!!!!! your the master.

    why must x y be floats of doubles?

    why not floats of floats?
  12. Replies
    5
    Views
    1,135

    Beginner at C! help...Array problem

    'using a for loop, construct two 100 element arrays, x,y such that i of x stores the value sin(2*pi*i/100) and corresponding for y cos(''' ')print the values stored in elements of x,y as you...
Results 1 to 12 of 12