or
UJJWAL JHA over 2 years 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.

Reply almost 2y
Atith Adhikari asked a question

Yes, a physical quantity can have magnitude and direction but still be a scalar if it doesn't obey the vector addition. An example is Electric Current which has magnitude and a fixed direction, but it does not follow vector laws of addition.

2 Thanks
2 Answers
Sushil Bhandari asked a question

Recently we're working to degrade accounts with 0 contributions from creator to learner. If you're a learner and very keen to be a creator, you must keep posting interesting questions and contact to admins from the Facebook Group of Mattrab Community. For being an admin, you must be in grade 12, either completed or recently enrolled, your notes, and all your records and contributions will be verified for that

7 Thanks
3 Answers
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

Mattrab Community

Create, share and learn from the unlimited notes, photos and videos and ask your questions, answer your friends all over Nepal and grow. Create, share and learn.

Close Open App