Pages

Riemann Hypothesis

Riemann hypothesis is one of the Millennium problems. One who prove or disprove this hypothesis will get 1 Million Dollars.

Youtube channel Numberphile has fantastic vedios explaining Riemann hypothesis. Have a look at these links.

A playlist on Prime Number and Riemann Hypothesis playlist:

http://bit.ly/primevids

Here is a database on the numerical computation of modular forms (L-Function & Modular Form database)

http://www.lmfdb.org

Riemann zeta function, Ramanujan's L-functions and Andrew Wiles's modular forms, other exotic functions. All of these functions are beleived to have Riemann hypothesis (all the non trivial zeroes are at the symmetric line (1/2))

The necesarary thing to do here is to look at the patters of all these functions, finding out the common properties and differences, and find out an idea to unite all of them or differentiate and find out the pattern and coming with the proof the Riemann hypothesis.


Diradicals and Triplets

Diradicals are the elusive molecules. Oxygen is one of the highly-stable diradicals.

Here are the list of diradicals


Oxygen, O2    (Exist in both singlet and triplet states)
Methylene or carbene, CH2
Dichorocarbene, CCl2



Triplets
Trianglulene
O2

Why getting ground-breaking results are not enough?

Consider following discoveries.

Photo electric effect
DNA - double helix structure
Asymptotic Freedom
C60 fullerene
Carbon Nanotubes


What are common in both of these discoveries?

Both discoveries, the authors failed to notice the big picture of the result. No wonder, the interpretation in both of these cases worth Nobel prize.

In this post, I will describe experimental or theoretical results that the scientists got but failed to noticed by some one but noticed by some other scientist (or by the same later). There are numerous examples to discuss. Let us see one by one.

DNA double helix story

Linus Pauling was working on finding the structure of the molecular make up of our body. He had proposed a triple-helix model earlier. At the same time, Rosalind Franklin, a brilliant postdoc tried hard to get X-ray photograph of molecular structure. She found that there are two different structures called A and B and she found in and outs of these structures. She captured the famous "Photo 51" in which the X-ray structure of DNA is clear.  This was her 51st picture of B structure. Some interesting structure. But, what is the meaning? May be she don't know?!!!. If you get a result that would revolutionize this file, would you be calm and just keep the result? No. The first thing you would do as a researcher is to try to publish. This clearly shows that she doesn't realize the structure. In fact they published the paper in Nature (Molecular Configuration in Sodium Thymonucleate
Rosalind E. Franklin and R. G. Gosling, Nature 171 (1953) 740. In this paper, the authors provide the X-ray photo that gave the key hint to Watson and Crick to infer that the molecular make up of our bond is a double-helix not the triple helix as proposed by Linus Pauling. The important point here is that the original authors (Franklin and Gosling) were (in my opinion) not able infer that the structure is made of double-helix.

How Watson and Crick were able to interpret the structure?


Photoelectric effect

Albert Einstein provided correct explanation for the observed curve even though many experimental results were obtained much earlier by many scientists.

Asymptotic Freedom
The following passage is from Wikipedia.
Gerard 't Hooft, a Physics Noble laurete missed another Nobel Prized because, he failed to notice the physical significance of asymptotic freedom.

Following description is taken from Wikipedia.
"According to 't Hooft's calculations, this type of theory possessed just the right kind of scaling properties (asymptotic freedom) that this theory should have according to deep inelastic scattering experiments. This was contrary to popular perception of Yang–Mills theories at the time, that like gravitation and electrodynamics, their intensity should decrease with increasing distance between the interacting particles; such conventional behaviour with distance was unable to explain the results of deep inelastic scattering, whereas 't Hooft's calculations could.

When 't Hooft mentioned his results at a small conference at Marseilles in 1972, Kurt Symanzik urged him to publish this result; but 't Hooft did not, and the result was eventually rediscovered and published by Hugh David Politzer, David Gross, and Frank Wilczek in 1973, which led to their earning the 2004 Nobel Prize in Physics."


C60 Fullerene
Kroto was interested in the linear carbon chains that are formed in outerspace in extreme environment environment like star's atmosphere. The used laser pulses to create high temperature and expected the formation of linear chains. However, they got a sharp peak where the number of atoms that formed that particular molecule is 60. No body knew what it was. How exactly 60 carbon atoms can form a molecule which is highly stable? Even thought organic chemistry is a separate field in chemistry, this was a great puzzle. Kroto found the structure and discovered that the structure resembles the dome structure that was designed by Buckminister Fuller many years before in the field of architecture. Kroto found that 12 pentagons and 20 hexagons would form a soccer ball type molecule that caused the sharp peak in the observed spectrum.
Here, if Kroto didn't push why this peak happened, there may not be such fast growth in the carbon nano science.

Carbon Nanotubes.
What is the answer to the question "Who discovered carbon nanotubes"? The answer would be mostly the Nobel Laureate Iijima. You may read a related paper titled Who should be given the credit for the discovery of carbon nanotubes? you can see that the first observation of carbon nanotubes (or not tubes?) is by Russian scientists. But they failed to know the big picture. What Iijima did? He found the tubes in soot and characterized them. He didn't stop there. He keep on contributing to the development of carbon nanotubes. After founding something, if you don't keep on adding contribution so that the field flourish further. If some one did not do this, their contribution is much less only.

What is your favorite here?
Do you have any suggestion? Write here in the comments.


Battle of the element: Physics World

Physics world started a discussion to chose favorite element. Nine editors chose favorite element
Tweets were used to share common peoples favorite.

The nominations include

Round #1
Gold
Silicon
Uranium

Round #2
Carbon  
Technetium
Helium

Round #3
Iron
Lithium
Nitrogen

The winner is Carbon.

My favorite is also carbon. I have reasoning to choose Carbon. For those who know recent developments in carbon nanomaterials such as carbon fullerenes, carbon nanotubes, graphene, graphene nanoribbons, carbon nanoflakes, etc, there is no need to explain about the versatility of carbon.

Apart from these, carbon is central to our body. Organic chemistry, most of the living things contains abundant carbon.



ImageMagic convert error: convert:not authorized `***` @ error/constitute.c/ReadImage/


Recently I got an error while converting from .tiff to .eps (Ubuntu 16.04 machine). This error happened for other file formats also. 


convert:not authorized `fileName.tif` @ error/constitute.c/ReadImage/***
convert:not authorized `fileName.pdf` @ error/constitute.c/ReadImage/***
convert:not authorized `fileName.png` @ error/constitute.c/ReadImage/***

A quick googling gave follwing solution.

Go to /etc/ImageMagic-c/

In this directory, edit the file policy.xml by using

sudo vi policy.xml

and edit the following lines.


<policy domain="coder" rights="none" pattern="PS" />
<policy domain="coder" rights="read|write" pattern="EPS" />
<policy domain="coder" rights="read|write" pattern="PDF" />
<policy domain="coder" rights="read|write" pattern="TIF" />
<policy domain="coder" rights="none" pattern="XPS" />


Note that I wanted to convert TIF file. So I added the line
<policy domain="coder" rights="read|write" pattern="TIF" />

So, by adding "read|write" in the rights option, it the ImageMagic convert will work now.

But, after doing your job, it is better to change to rights="none" because of the security issue (which the actual reason for disabling)


Track internet usage in Linux

Ubuntu linux comes with vnstat installed. 

Just type 

vnstat

You will get following output.

                     rx      /      tx      /     total    /   estimated
 enp5s0: Not enough data available yet.
 enp4s0:
       Jun '19     61.09 GiB  /    1.80 GiB  /   62.88 GiB
       Jul '19      4.96 GiB  /  173.10 MiB  /    5.13 GiB  /   96.49 GiB
     yesterday      3.31 GiB  /  134.80 MiB  /    3.44 GiB
         today      1.65 GiB  /   38.30 MiB  /    1.69 GiB  /    2.61 GiB

To know more on how to use this command, type

man vnstat

You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...