Questions asked
Based on my hints in lecture regarding the article Energy Bill on Renewables Needs Compromise one opportunity cost of switching from coal to wind/solar for electricity will be higher electricity prices. Group of answer choices True False
Coding problems: HW4_3: The following system of equations is designed to determine concentrations (in gm/m³) in a series of coupled reactors as a function of the amount of mass input to each reactor (in g/day): $$15c_1 - 3c_2 - c_3 = 3800$$ $$-3c_1 + 18c_2 - 6c_3 = 1200$$ $$-4c_1 - c_2 + 12c_3 = 2350$$ Write a PYTHON code to solve this problem using Gauss-Seidel method correct to 3 significant figures. Display the final answers using formatted printing.
The S.I. unit used in expressing magnetic field strength is the __________.
How do I solve this? Please show all steps and answer all questions. The effective neutron multiplication factor, k, for any nuclear system is defined as: number neutrons in current generation k= number neutrons in last generation In a fast reactor, the mean neutron lifetime is dominated by the delayed neutrons, because the fission neutrons undergo minimal down-scattering before they are absorbed. The mean lifetime of delayed neutrons is 12 ms and the delayed neutron fraction if 0.0065 1.1 a[5pts] Calculate the mean neutron lifetime of a fast reactor 1.2 b[10pts] Suppose a fast reactor has a power of 10 MW.If k = 1.0000003 how long does it take the reactor power to increase to 20 MW? 1.3 c [10pts] Suppose the hydraulics that move the control rods have a response time of 100 ms. What is the maximum k the reactor should ever be operated at such that the power does not more than double before the control rods move Useful values Nuclide Mass [amu] n 1.0086648 1H 1.0078250 2H 2.0141017 3H 3.0160491 3He 3.0160292 4He 4.0026032 Table 1.1 Some important fusion reactions and parameters of the cross-section factoriza tion 1.21. (Q.) (MeV) S(0) (keV bam) (MeV) (kev1/2 Reactions at the NIF Main controlled fusion fuels D+Ta+n IT+P D+D He+n a+ T+Ta+2n Advanced fusion fuels 17.59 4.04 3.27 23.85 11.33 1.210 56 54 4.210-3 138 34.38 31.40 31.40 31.40 38.45 Figure 1: Important fusion values
13. Describe the wave nature of light as indicated by Maxwell's Equations. Explain the relationship between the components of electromagnetic waves as the wave propagates down the x axis?
4) (10 points) What is the prime factorization of 14! (fourteen factorial)? Give your solution with the prime factors in decreasing order.
Question Solve $u_{xx} + u_{yy} = 0$, $0 < x < a$, $0 < y < b$ $u(0, y) = 1$, $u(a, y) = 0$ $u(x, 0) = 0$, $u(x, b) = 0$
2-5 Suppose that $Y_1, Y_2, \dots, Y_n$ are random variables with a common mean $\mu_Y$; a common variance $\sigma_Y^2$; and the same correlation $\rho$ (so that the correlation between $Y_i$ and $Y_j$ is equal to $\rho$ for all pairs i and j where $i \neq j$)\\ a) Show that $cov(Y_i, Y_j) = \rho \sigma_Y^2$ for $i \neq j$\\ b) Suppose that $n=2$ show that $E(\bar{Y}) = \mu_Y$ and $var(\bar{Y}) = \frac{1}{2}\sigma_Y^2 + \frac{1}{2}\rho\sigma_Y^2$.
1. (a) Calculate the power factor as seen by the source. (b) What is average power delivered to each passive element. $V_s = 8 \angle -40^\circ$, $R_1 = 1 \Omega$, $R_2 = 2 \Omega$, $X_L = 6 \Omega$, $X_C = 2 \Omega$. (Total 19 points)
Create a C file called binary_converter.c. Your C program will receive an int number through CGI GET method and will convert this number into its binary representation and send the result back to the browser.