Welcome to Dream.In.Code
Become a C++ Expert!

Join 150,019 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,496 people online right now. Registration is fast and FREE... Join Now!




willing to pay ... C++ program .. due in 24 hours ...

 
Closed TopicStart new topic

willing to pay ... C++ program .. due in 24 hours ...

shitload
30 Nov, 2006 - 05:18 PM
Post #1

New D.I.C Head
*

Joined: 30 Nov, 2006
Posts: 1


My Contributions
/* In void prob1()
a) write void gauss_3pt(double gauss[3], double weight[3])
to define the Gauss coordinates g0, g1, g2 and corresponding weights
w0, w1, w2. Their coordinates are g2= -g0= sqrt(3/5), g1=0 and
w0=w2=5/9, w1=8/9.
cool.gif write double h_test(double x) to compute and return h(x) for a
given value of x on -1<= x <= 1:
h(x) = 2.0*x*x + cos(0.5*x) - x*x*x*x.
c) In prob1(), declare double g[3], w[3] and call void gauss_3pt() to
define values for g[3], w[3]. Then to numerically evaluate the area
of h(x) on -1<= x <=1 by using the 3 point Gauss integration, compute:
sum of h(g[k])*w[k] for k=0, 1, 2
where h(g[k]) denotes h(x) for x=g[k]. Print the area using %11.3e.*/
void prob1(void)
{
printf("Here is Problem 1:\n");
return;
}
/* In void prob2(), consider a column of length L and bending stiffness
EI, whose bottom end is clamped and the top end is pinned. Let the top
end of the column be subjected to a vertical load P. In void i
prob2(void) you are asked to find the critical buckling load, P, of
the column by finding the smallest positive root of the characteristic
equation:
g(x) = x - tan(x) = 0 (1)
where x = kL and k*k = P/EI.
In order to find the interval of x in which g(x) changes sign, create
a table for 2<= x <=4.7 and g(x). Once you find the interval where
g(x) changes sign, use the Newton-Raphson function to refine the
root. Print the smallest positive root using %13.3e.
(Note) The derivative of tan(x) with respect to x is 1/(cos(x)*cos(x)).
Since tan(x) becomes discontinuous at PI/2 and 3 PI/2, the sign changes
at those neighborhoods do not indicate the existence of some roots. */
void prob2(void)
{
printf("Here is Problem 2:\n");
return;
}
/* In void prob3()
a) write
void shape3_1d(double q, double sh[3])

User is offlineProfile CardPM
+Quote Post

Datalus
RE: Willing To Pay ... C++ Program .. Due In 24 Hours ...
30 Nov, 2006 - 05:40 PM
Post #2

D.I.C Head
Group Icon

Joined: 18 Dec, 2005
Posts: 235


Dream Kudos: 35
My Contributions
$250
User is offlineProfile CardPM
+Quote Post

Dark_Nexus
RE: Willing To Pay ... C++ Program .. Due In 24 Hours ...
30 Nov, 2006 - 05:55 PM
Post #3

or something bad...real bad.
Group Icon

Joined: 2 May, 2004
Posts: 1,309



Thanked: 3 times
Dream Kudos: 625
My Contributions
considering most schools would kick you out for something like this, i am not even going to bother moving this to the jobs forum. closed.
User is offlineProfile CardPM
+Quote Post

Closed TopicStart new topic
Time is now: 1/8/09 09:17PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month