Thread: How to write a program that will calculate the strain of an object

  1. #1
    Registered User
    Join Date
    Feb 2013
    Posts
    10

    How to write a program that will calculate the strain of an object

    The equation for strain is:
    delta(x)/x_0
    delta(x) is the change in length of the rod(final length - initial length)
    x_0 is the original length of the rod

    I'm trying to figure out how to write a program that will calculate the strain of an object, given its initial length and final length.

  2. #2
    TEIAM - problem solved
    Join Date
    Apr 2012
    Location
    Melbourne Australia
    Posts
    1,907
    What have you tried so far?
    Fact - Beethoven wrote his first symphony in C

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    How to write a C program that will Calculate stress
    Keep to one thread please, or one question at a time.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to write a C program that will Calculate stress
    By dmcarpenter in forum C Programming
    Replies: 5
    Last Post: 02-07-2013, 08:14 PM
  2. Reducing eye strain
    By bernt in forum General Discussions
    Replies: 6
    Last Post: 06-03-2010, 05:27 PM
  3. reading a DNA strain from a file
    By youngvito in forum C Programming
    Replies: 7
    Last Post: 05-30-2009, 07:18 PM
  4. Hopelessly Lost (calling file, write to value, calculate)
    By DJPlayer in forum C++ Programming
    Replies: 5
    Last Post: 11-13-2007, 12:36 PM
  5. Program to Calculate Pi
    By zowen in forum C++ Programming
    Replies: 1
    Last Post: 10-11-2003, 11:18 AM