Answer:
I got hygition production and decomposing
Explanation:
I want to say D but i’m not 100% sure
Answer:
The given grammar is :
S = T V ;
V = C X
X = , V | ε
T = float | double
C = z | w
1.
Nullable variables are the variables which generate ε ( epsilon ) after one or more steps.
From the given grammar,
Nullable variable is X as it generates ε ( epsilon ) in the production rule : X -> ε.
No other variables generate variable X or ε.
So, only variable X is nullable.
2.
First of nullable variable X is First (X ) = , and ε (epsilon).
L.H.S.
The first of other varibles are :
First (S) = {float, double }
First (T) = {float, double }
First (V) = {z, w}
First (C) = {z, w}
R.H.S.
First (T V ; ) = {float, double }
First ( C X ) = {z, w}
First (, V) = ,
First ( ε ) = ε
First (float) = float
First (double) = double
First (z) = z
First (w) = w
Explanation:
Answer:
Explanation:
Given data in question
mean stress = 50 MPa
amplitude stress = 225 MPa
to find out
maximum stress, stress ratio, magnitude of the stress range.
solution
we will find first maximum stress and minimum stress
and stress will be sum of (maximum +minimum stress) / 2
so for stress 50 MPa and 225 MPa
=
+
/ 2
50 =
+
/ 2 ...........1
and
225 =
+
/ 2 ...........2
from eqution 1 and 2 we get maximum and minimum stress
= 275 MPa ............3
and
= -175 MPa ............4
In 2nd part we stress ratio is will compute by ratio of equation 3 and 4
we get ratio =
/
ratio = -175 / 227
ratio = -0.64
now in 3rd part magnitude will calculate by subtracting maximum stress - minimum stress i.e.
magnitude =
-
magnitude = 275 - (-175) = 450 MPa