Recruitment for Various Position Click here to know more
Recruitment for Various Position Click here to know more
NUMERICAL ANALYSIS & COMPUTER PROGRAMMING
Welcome to the Numerical Analysis and Computer Programming Lab developed at UVPCE. The interactive experiments in this lab will give the students an opportunity for learning and a better understanding of the basic concepts and constructs of computer programming.
The experiments are targeted at students who have just finished the first course in programming. Knowledge of writing programs in any programming language is expected. No prior experience with data structures is required.
SR NO | PRACTICAL NAME | APPLICATION |
1 | Program to find the area of cylinder | Area of cylinder can be found for any input value |
2 | Program to find Moment of Inertia and section Modulus of rectangular section | In civil structural design of rectangular section, Moment of Inertia and section modulus is a very useful value for analysis. |
3 | Program to find Moment of Inertia and section Modulus of circular section | In civil structural design of circular section, Moment of Inertia and section modulus is a very useful value for analysis. |
4 | Program to find stress and strain for various section | In civil structural design, the stress and strain are important consideration for load calculation and safety analysis |
5 | Program to find shear force and bending for cantilever beam loaded with udl | In civil structural design, shear force and bending moment value for different loading condition is analysed for loading and safety aspects |
6 | Program to find shear force and bending for simply supported beam loaded with single point load at any distance | In civil structural design, shear force and bending moment value for different loading condition is analysed for loading and safety aspects |
7 | Program to find shear force and bending for simply supported beam loaded with udl on entire span | In civil structural design, shear force and bending moment value for different loading condition is analysed for loading and safety aspects |
8 | Program to find shear force and bending for cantilever beam loaded with point load at any distance. | In civil structural design, shear force and bending moment value for different loading condition is analysed for loading and safety aspects |
9 | Program to check whether the students is pass or fail for any input marks | To understand the if and else condition of the program for pass and fail criteria |
10 | Program to use Simpon's 1/3 rule | To understand the use of simpon's rule with variance in value under programming language |