Answer:
True
Explanation:
For point in xz plane the stress tensor is given by
where Dx is the direct stress along x ; Dz is direct stress along z ; tzx and txz are the shear stress components
We know that the stress tensor matrix is symmetrical which means that tzx = txz ( obtained by moment equlibrium )
thus we require only 1 independent component of shear stress to define the whole stress tensor at a point in 2D plane
Solution:
Given that :
Volume flow is,
So,
Therefore, the equation of a single straight vessel is given by
......................(i)
So there are 100 similar parallel pipes of the same cross section. Therefore, the equation for the area is
or
Now for parallel pipes
...........(ii)
Solving the equations (i) and (ii),
Therefore,
or
Thus the answer is option A). 10
Answer:
insert (array[] , value , currentsize , maxsize )
{
if maxsize <=currentsize
{
return -1
}
index = currentsize-1
while (i>=0 && array[index] > value)
{
array[index+1]=array[index]
i=i-1
}
array[i+1]=value
return 0
}
Explanation:
1: Check if array is already full, if it's full then no component may be inserted.
2: if array isn't full:
- Check parts of the array ranging from last position of range towards initial range and determine position of that initial range that is smaller than the worth to be inserted.
- Right shift every component of the array once ranging from last position up to the position larger than the position at that smaller range was known.
- assign new worth to the position that is next to the known position of initial smaller component.
Answer:
A&C
Explanation:
breathing deeply is relaxing
talking with a friend can helping
Answer:
A)The sketches for the required planes were drawn in the first attachment.
B)The sketches for the required directions were drawn in the second attachment.
To draw a plane in a simple cubic lattice, you have to follow these instructions:
1- the cube has 3 main directions called "a", "b" and "c" (as shown in the first attachment)
2- The coordinates of that plane are written as: π:(1/a₀ 1/b₀ 1/c₀) (if one of the coordinates is 0, for example (1 1 0), c₀ is ∞, therefore that plane never cross the direction c).
3- Identify the points a₀, b₀, and c₀ at the plane that crosses this main directions and point them in the cubic cell.
4- Join the points.
To draw a direction in a simple cubic lattice, you have to follow these instructions:
1- Identify the points a₀, b₀, and c₀ in the cubic cell.
2- Draw the direction as a vector-like (a₀ b₀ c₀).