Problem 1856. Molecule Atomic Wt (CHONS) Molecules
Given a molecular equation string determine its atomic weight.
Limited atoms of C H O N and S where wts are rounded to [12 1 16 14 32].
Example molecules and wts:
CH4 16; CH3OH 32; O2 32; C6H6 78; H2SO4 98; radical SO4 96;
Input: Molecular Eqn [string with no spaces, all Caps]
Output: Molecular Wt [approx wt]
Source: Saw this as a question on Matlab Answers.
Update: Test suite has been enhanced to include double digit numbers.
Solution Stats
Problem Comments
-
1 Comment
Dyuman Joshi
on 8 Feb 2022
Update: Test suite has been enhanced to include double digit numbers.
Solution Comments
Show commentsProblem Recent Solvers46
Suggested Problems
-
Extract leading non-zero digit
2134 Solvers
-
2046 Solvers
-
Vectorizing, too easy or too hard?
144 Solvers
-
590 Solvers
-
Find the position of first minimum value in an integer array with numbers
177 Solvers
More from this Author308
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!