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
Solution Comments
Show comments
Loading...
Problem Recent Solvers47
Suggested Problems
-
Flip the main diagonal of a matrix
905 Solvers
-
Create a matrix X, where each column is a shifted copy of the vector v
222 Solvers
-
Given a matrix, return the last eigen value
233 Solvers
-
Determine the number of odd integers in a vector
828 Solvers
-
523 Solvers
More from this Author309
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Update: Test suite has been enhanced to include double digit numbers.