Rabin Kalikote almost 2 years ago
12 Claps
2 Comments
Bal Bahadur BK

Great my son!

Reply over 1y
Pranish Uprety

You've been truly inspiration, dai! Congratulations to you and all of us.

Reply almost 2y
UJJWAL JHA 12 months ago
1 Clap
1 Comments
KRISH YADAV

Materials show varying behaviors based on their Poisson's ratio. High Poisson's ratio materials (near 0.5) contract significantly sideways when stretched and expand when compressed, seen in substances like rubber. Low Poisson's ratio materials (near 0) undergo minimal width change during axial deformation, typical of metals and common engineering materials.

Nikas Ghimire asked a question


#include<stdio.h>

#include<conio.h>

#include<string.h>


int main() {

int i, nextTerm;

int t1 = 2, t2 = 2;

nextTerm = t1+t2;


printf("%d, %d, ", t1, t2);

for (i = 3; i <= 10; ++i) {

printf("%d, ", nextTerm);

t1 = t2;

t2 = nextTerm;

nextTerm = t1 + t2;

}


return 0;

}


2 Thanks
2 Answers
Bijaya Rajbhandari asked a question

Makar disclosed that he had killed the merchant because he realized his mistake and Aksionov's suffering and now he wanted to make Aksionov release from the prison.

1 Thanks
2 Answers
Diwas Pandit asked a question

If a vector A is multiplied by a real number (say n), the vector of same nature is obtained but its magnitude is n times that of A.

2 Thanks
2 Answers
Close Open App