chemistry Questions
6
Solved
Is there a way in Python to count the significant figures in a double/float/etc? I'm not seeing an easy way to do this, but I'd expect it to be in the library.
Thanks in advance.
Berliner asked 12/11, 2011 at 0:0
4
Solved
I have a college assignment where I must balance the following equation :
NaOH + H2S04 --> Na2S04 + H20
my knowledge of python and coding in general is extremely limited at the moment.
So far I h...
6
Solved
Apologies if this has already been asked and answered but I couldn't find a satisfactory answer.
I have a list of chemical formulas including, in this order: C, H, N and O. And I would like to pull...
Theologize asked 7/9, 2017 at 8:10
3
Solved
I have to write a program that takes a user's chemical equation as an input, like 12 CO2 + 6 H2O -> 2 C6H12O6 + 12 O2, and watch if the amount of Atoms is on both sites the same. Is there any way t...
1
An n-carbon aliphatic alkane is an unrooted tree consisting of n nodes where the degree of each node is atmost 4. As an example, see this for a list of the enumeration of some low values of n.
I a...
Centriole asked 24/4, 2016 at 16:34
1
Solved
I have an unweighted undirected connected graph. Generally, it's a chemical compound with lots of cycles side by side. The problem is common in this field and is called like the title says. Good al...
2
Solved
I am trying to learn python by making a simple program which generates a typical type of practice problem, organic chemistry students usually face on exams: the retro-synthesis question.
For those...
Pecuniary asked 17/10, 2014 at 15:41
2
Solved
4
Solved
I am trying to parse a chemical formula (in the format, for example: Al2O3 or O3 or C or C11H22O12) in C# from a string. It works fine unless there is only one atom of a particular element (e...
3
I am working Monte Carlo simulation script over protein structure. I have never done before Monte Carlo scripting. I will extent this program at large scale.
According to protein xyz coordinates I...
Heteropolar asked 19/9, 2013 at 9:50
5
Solved
I'm trying to write a method for an app that takes a chemical formula like "CH3COOH" and returns some sort of collection full of their symbols.
CH3COOH would return [C,H,H,H,C,O,O,H]
I already ha...
1
© 2022 - 2024 — McMap. All rights reserved.