Thread: can someone help me on C program

  1. #1
    Registered User
    Join Date
    Apr 2009
    Posts
    2

    Question can someone help me on C program

    is there any one that help me on this problem, the equation of a uniformly loaded beam is EId^2y/dx^2 = wx/2* (L-x),
    the boundary conditions are at x =0, y=0
    and at x =L, y = 0.
    where E=200GPa, I = 1*10^-7m^4, L= 1m, w = 100N/m. solve for the deflection of the beams using the following methods:
    (a) finite difference method
    (b) shooting method.
    write it with C program and send the file to me.
    thnx

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    write it with C program and send the file to me.
    No...

  3. #3
    Hurry Slowly vart's Avatar
    Join Date
    Oct 2006
    Location
    Rishon LeZion, Israel
    Posts
    6,788
    can someone help me on C program
    yes.
    Read this: Homework policy
    All problems in computer science can be solved by another level of indirection,
    except for the problem of too many layers of indirection.
    – David J. Wheeler

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Issue with program that's calling a function and has a loop
    By tigerfansince84 in forum C++ Programming
    Replies: 9
    Last Post: 11-12-2008, 01:38 PM
  2. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  3. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM