PYTHON/JUPYTER NOTEBOOKS Write a code to import the following reaction mechanism for nitric acid radiolysis attached,please keep the order of reactions the same, and display the reaction. # Nitric acid radiolysis (sample) *NO3^2- + H^+ <-> *NO2 + OH^- e^- + NO3^- <-> *NO3^2- *NO3^2- + H^+ <-> HNO3 + e^- *NO3^2- + *OH <-> NO3^- + OH^- *NO3^2- + O2 <-> NO3^- + O2^- N2O4 + H2O <-> NO3^- + NO2^- + 2 H^+ *NO2 + *OH <-> NO3^- + H^+ *NO2 + H* <-> HNO2 *NO2 + HO2* <-> O2NO2H O2NO2H <-> O2NO2^- + H^+ O2NO2^- + H^+ <-> O2NO2H O2NO2^- + H^+ + 2 e^- <-> OH^- + NO3^- O2NO2H + e^- <-> *OH + NO3^- NO2^- + *OH <-> *NO2 + OH^- NO2^- + e^- <-> NO2^2- NO2^- + H2O + e^- <-> NO + 2 OH^- ONO2H + e^- <-> *NO2 + OH^- NO + e^- <-> NO^- NO + H* <-> NO^- + H^+ NO + *OH <-> NO2^- + H^+ NO + O2^- <-> ONO2^- NO + HO2* <-> ONO2H ONO2^- + e^- + H2O <-> *NO2 + 2 OH^- *NO2 + NO + H2O <-> 2 HNO2 b)  Make an organized output of the species and stoichiometric data. matrix shape = (24, 23) for part a) please provide an output similar to the image attached.Th

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

PYTHON/JUPYTER NOTEBOOKS

Write a code to import the following reaction mechanism for nitric acid radiolysis attached,please keep the order of reactions the same, and display the reaction.

# Nitric acid radiolysis (sample)
*NO3^2- + H^+ <-> *NO2 + OH^-
e^- + NO3^- <-> *NO3^2-
*NO3^2- + H^+ <-> HNO3 + e^-
*NO3^2- + *OH <-> NO3^- + OH^-
*NO3^2- + O2 <-> NO3^- + O2^-
N2O4 + H2O <-> NO3^- + NO2^- + 2 H^+
*NO2 + *OH <-> NO3^- + H^+
*NO2 + H* <-> HNO2
*NO2 + HO2* <-> O2NO2H
O2NO2H <-> O2NO2^- + H^+
O2NO2^- + H^+ <-> O2NO2H
O2NO2^- + H^+ + 2 e^- <-> OH^- + NO3^-
O2NO2H + e^- <-> *OH + NO3^-
NO2^- + *OH <-> *NO2 + OH^-
NO2^- + e^- <-> NO2^2-
NO2^- + H2O + e^- <-> NO + 2 OH^-
ONO2H + e^- <-> *NO2 + OH^-
NO + e^- <-> NO^-
NO + H* <-> NO^- + H^+
NO + *OH <-> NO2^- + H^+
NO + O2^- <-> ONO2^-
NO + HO2* <-> ONO2H
ONO2^- + e^- + H2O <-> *NO2 + 2 OH^-
*NO2 + NO + H2O <-> 2 HNO2

b)  Make an organized output of the species and stoichiometric data.

matrix shape = (24, 23)

for part a) please provide an output similar to the image attached.Thank You.

re:
r1 :
r2 :
r3 :
r4 :
r5:
r6:
r7 :
r8 :
r9 :
r10:
rll:
+NO3^2- + H^+ <-> *NO2 + OH^-
e^ + NO3^ <-> *NO3^2-
*NO3^2- + H^+ <-> HNO3 + e^-
*NO3^2- + *OH <-> NO3^-+ OH^-
+NO3^2 + 02 <-> NO3^-+02^-
r16
r17
r18
N204 + H20 <-> NO3^-+NO2^-+ 2 H+
*NO2+ *OH <-> NO3^-+ H^+
*NO2 + H <-> HNO2
*NO2 + H02* <-> 02N02H
02N02H <-> O2N02^-+ H^+
02N02^ + H^+ <-> O2N02H
02N02^H^+ + 2 e^ <-> OH^-+ NO3^-
r12: 02N02H + e^ <-> *OH + NO3^-
r13: NO2^+ +OH <-> *NO2 + OH^-
r14
NO2 + e^-<-> NO2^2-
r15:
NO2 + H2O + e^ <-> NO + 2 OH^-
ONO2H + e^ <-> *NO2 + OH^-
NO+ e^-<-> NO^-
NO + H* <-> NO^- + H^+
Transcribed Image Text:re: r1 : r2 : r3 : r4 : r5: r6: r7 : r8 : r9 : r10: rll: +NO3^2- + H^+ <-> *NO2 + OH^- e^ + NO3^ <-> *NO3^2- *NO3^2- + H^+ <-> HNO3 + e^- *NO3^2- + *OH <-> NO3^-+ OH^- +NO3^2 + 02 <-> NO3^-+02^- r16 r17 r18 N204 + H20 <-> NO3^-+NO2^-+ 2 H+ *NO2+ *OH <-> NO3^-+ H^+ *NO2 + H <-> HNO2 *NO2 + H02* <-> 02N02H 02N02H <-> O2N02^-+ H^+ 02N02^ + H^+ <-> O2N02H 02N02^H^+ + 2 e^ <-> OH^-+ NO3^- r12: 02N02H + e^ <-> *OH + NO3^- r13: NO2^+ +OH <-> *NO2 + OH^- r14 NO2 + e^-<-> NO2^2- r15: NO2 + H2O + e^ <-> NO + 2 OH^- ONO2H + e^ <-> *NO2 + OH^- NO+ e^-<-> NO^- NO + H* <-> NO^- + H^+
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

a)Please make an organized output of the species and stoichiometric data. matrix shape = (24, 23)

b)  Compute the rank of the stoichiometric matrix using your own algorithm. Is the matrix full rank? Is mass conserved for the first 3 reactions and the last 3 reactions? Explain

Solution
Bartleby Expert
SEE SOLUTION
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY