answersLogoWhite

0

November 27,1923

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

Why is j Ernest Wilkins Jr nuclear reactor important?

J. Ernest Wilkins, Jr. nuclear reactors were important because it helped create electrical power generation.


When was J. C. Sherritt born?

J. C. Sherritt was born on 1988-05-02.


Sum of two matrices in c program?

#include<stdio.h> #include<conio.h> main() { int a[4][4],b[4][4],c[4][4],i,j; printf("enter the elements of matrix a"); for(i=0;i<=3;i++) for(j=0;j<=3;j++) scanf("%d",&a[i][j]); printf("the first matris is"); for(i=0;i<=3;i++) { printf("\n"); for(j=0;j<=3;j++) printf("%d",a[i][j]); } printf("Enter the elements of second matrix"); for(i=0;i<=3;i++) for(j=0;j<=3;j++) scanf("%d",&b[i][j]); printf("the second matrix is"); for(i=0;i<=3;i++) { printf("\n"); for(j=0;j<=3;j++) printf("%d",b[i][j]); } for(i=0;i<=4;i++) for(j=0;j<=4;j++) c[i][j]=a[i][j] + b[i][j]; printf("the addition of matrix is"); for(i=0;i<=3;i++) { for(j=0;j<=3;j++) printf("%d\t",c[i][j]); printf("\n"); } getch(); }


Addition of matrix using arrays in c?

#include<stdio.h> int main(){ int a[3][3],b[3][3],c[3][3],i,j; printf("Enter the First matrix->"); for(i=0;i<3;i++) for(j=0;j<3;j++) scanf("%d",&a[i][j]); printf("\nEnter the Second matrix->"); for(i=0;i<3;i++) for(j=0;j<3;j++) scanf("%d",&b[i][j]); printf("\nThe First matrix is\n"); for(i=0;i<3;i++){ printf("\n"); for(j=0;j<3;j++) printf("%d\t",a[i][j]); } printf("\nThe Second matrix is\n"); for(i=0;i<3;i++){ printf("\n"); for(j=0;j<3;j++) printf("%d\t",b[i][j]); } for(i=0;i<3;i++) for(j=0;j<3;j++) c[i][j]=a[i][j]+b[i][j]; printf("\nThe Addition of two matrix is\n"); for(i=0;i<3;i++){ printf("\n"); for(j=0;j<3;j++) printf("%d\t",c[i][j]); } return 0; }


Program on matrix multiplication?

#include<stdio.h> void main() { int a[3][3],b[3][3],c[3][3],i,j,k; clrscr(); printf("Enter elements of A:"); for(i=0;i<=2;i++) for(j=0;j<=2;j++) scanf("%d",&a[i][j]); printf("Enter elements of B:"); for(i=0;i<=2;i++) for(j=0;j<=2;j++) scanf("%d",&b[i][j]); printf("A:"); for(i=0;i<=2;i++) { for(j=0;j<=2;j++) printf("%d ",a[i][j]); printf(""); //To change line. } printf("B:"); for(i=0;i<=2;i++) { for(j=0;j<=2;j++) printf("%d ",b[i][j]); printf(""); } k=0; while(k<=2) { for(i=0;i<=2;i++) { int sum=0; for(j=0;j<=2;j++) sum=sum+a[i][j]*b[j][k]; c[i][k]=sum; } k++; } printf("Result: "); for(i=0;i<=2;i++) { for(j=0;j<=2;j++) printf("%d ",c[i][j]); printf(""); } getch(); }

Related Questions

Is J Ernest Wilkins Jr alive?

Yes he is


Why is j Ernest Wilkins Jr nuclear reactor important?

J. Ernest Wilkins, Jr. nuclear reactors were important because it helped create electrical power generation.


What are J. Ernest Wilkins Jr.'s inventions?

J. Ernest Wilkins, Jr. contributed to the development of a process to extract nuclear fuels. He also expanded knowledge of neutron absorption and later went on to help design nuclear reactors for use in power plants.


J Ernest Wilkins Jr accomplishments?

the development of shields against gamma rays from the sun and nuclear resources


Did Ernest J Wilkins Jr die?

Yes, he did. He recently died on May 1, 2011 at the age of 87 in Arizona.


When did J. Ernest Wilkins Jr. invent the nuclear reactor?

J. Ernest Wilkins, Jr. did not invent the nuclear reactor. The ideas for the nuclear reactor were developed while he was an undergrad at the University of Chicago (though he was brilliant and entered college at age 13).Leó Szilárd and Enrico Fermi are credited with the first nuclear reactor design.


When was j earnest wilkins jr born?

November 27, 1923 in Chicago, Illinois


When was J. Steven Wilkins born?

J. Steven Wilkins was born in 1950.


When was Michael J. Wilkins born?

Michael J. Wilkins was born in 1948.


When was William J. Wilkins born?

William J. Wilkins was born in 1897.


What awards did J Ernest Wilkins receive?

J. Ernest Wilkins Jr. received several prestigious awards throughout his career, including the National Medal of Science in 1975 for his contributions to nuclear engineering and mathematics. He was also honored with the American Institute of Chemists Gold Medal and the American Society of Mechanical Engineers Medal. Additionally, Wilkins was recognized with fellowships in several professional organizations, highlighting his impact in the fields of engineering and science.


When was J. Ernest Pascoe born?

J. Ernest Pascoe was born in 1900.