Recent content by george2625
-
G
Hydrogen atoms on collision (based on energy conservation)
we have to prove that it is impossible ... the statement stands for itself,,, the reaction is impossible because of some facts like it don't satisfy the laws of conservation of energy. please help.- george2625
- Post #3
- Forum: Introductory Physics Homework Help
-
G
Hydrogen atoms on collision (based on energy conservation)
"Given a simple and violent chemical reaction { H + H → H[SIZE="1"]2 + 5eV }. however when hydrogen atoms collide in free space they simply bounce apart. the reason is that it is impossible to satisfy the laws of conservation of momentum and conservation of energy in a simple 2 body collision...- george2625
- Thread
- Atoms Collision Conservation Energy Energy conservation Hydrogen
- Replies: 2
- Forum: Introductory Physics Homework Help
-
G
Troubleshooting a Segmentation Fault in a Selection Sort
please help me with a c code for the merge sort... and i am getting a segmentation fault in running this selection sort,,, please help... #include <stdio.h> int main( ) { int arr[10]; int i,j,temp; for ( i = 0 ; i<10 ; i++ ) { printf("enter the numbers: \n"); scanf("%d \n", arr[i]); } for (...- george2625
- Thread
- Fault Sort Troubleshooting
- Replies: 2
- Forum: Programming and Computer Science