Showing posts with label math. Show all posts
Showing posts with label math. Show all posts

Saturday, November 23, 2013

Plants 'do maths' to control overnight food supplies

Plants 'do maths' to control overnight food supplies

By Helen BriggsBBC News



Arabidopsis Arabidopsis thaliana: A model plant for scientific experiments

Plants have a built-in capacity to do maths, which helps them regulate food reserves at night, research suggests.

UK scientists say they were "amazed" to find an example of such a sophisticated arithmetic calculation in biology.

Mathematical models show that the amount of starch consumed overnight is calculated by division in a process involving leaf chemicals, a John Innes Centre team reports in e-Life journal.

Birds may use similar methods to preserve fat levels during migration.

The scientists studied the plant Arabidopsis, which is regarded as a model plant for experiments.

'Astonished'

Overnight, when the plant cannot use energy from sunlight to convert carbon dioxide into sugars and starch, it must regulate its starch reserves to ensure they last until dawn.

Experiments by scientists at the John Innes Centre, Norwich, show that to adjust its starch consumption so precisely, the plant must be performing a mathematical calculation - arithmetic division.

Continue reading the main story
“Start Quote

This is the first concrete example in biology of such a sophisticated arithmetic calculation”

Prof Martin HowardJohn Innes Centre, Norwich

"They're actually doing maths in a simple, chemical way - that's amazing, it astonished us as scientists to see that," study leader Prof Alison Smith told BBC News.

"This is pre-GCSE maths they're doing, but they're doing maths."

The scientists used mathematical modelling to investigate how a division calculation can be carried out inside a plant.

During the night, mechanisms inside the leaf measure the size of the starch store. Information about time comes from an internal clock, similar to the human body clock.

'Sophisticated'

The researchers proposed that the process is mediated by the concentrations of two kinds of molecules called "S" for starch and "T" for time.

If the S molecules stimulate starch breakdown, while the T molecules prevent this from happening, then the rate of starch consumption is set by the ratio of S molecules to T molecules. In other words, S divided by T.

"This is the first concrete example in biology of such a sophisticated arithmetic calculation," said mathematical modeller Prof Martin Howard, of the John Innes Centre.

The scientists think similar mechanisms may operate in animals such as birds to control fat reserves during migration over long distances, or when they are deprived of food when incubating eggs.

Commenting on the research, Dr Richard Buggs of Queen Mary, University of London, said: "This is not evidence for plant intelligence. It simply suggests that plants have a mechanism designed to automatically regulate how fast they burn carbohydrates at night. Plants don't do maths voluntarily and with a purpose in mind like we do."

- wong chee tat :)

Monday, April 8, 2013

Octave, graphs and signals


sig1= [2 1 2 1 1 2 1 1 1 2 1 1 2 1 2 1]
a=length(sig1)
stem(sig1, '*')
axis([0 a 0 3])
grid on

Playing with octave again. Paste the code ointo octave and it will produce a graph showing the points.


- wong chee tat :)

Monday, November 9, 2009

Project Updates / Status

Here are the updates for the projects:

I ought to provide some updates about the project status but I'm quite busy with other stuff and hence delay.

4th Nov: Last week , I'm very busy with project and of course the amended versions of last and the final HRM tutorial (presentation) on leadership.

My adviser told me the earlier portions of the algorithm were incorrect and needed refinements. I quickly made changes and did some refinements. Just got back the changes on Monday and these few days focused on adviser's comments and made necessary changes to the draft version.

Recheck and recheck before the final version. Don't forget 6th Nov is the deadline for the report!


5th Nov: 6th Nov is the deadline for the report! Progress? Panic.

A great deal of time spent just to check and check through the alignments, settings, configurations, and of course print and submit to respective Profs.

6th Nov: The deadline for the upcoming report!
Submitted. Now, there is still need to showcase / demo the simulations and presentations.

Just hope that everything will be fine.


// Re-edited on 11th Nov

- wong chee tat :)

Wednesday, April 29, 2009

Project Updates... Stuck!

Currently, I am reading up one of the research papers that were given by Prof. While reading and coding in high level langauge, I came across this interestingly strange mathematical stuff named as: Incomplete elliptical integral of the second kind.

Like this:




My first reaction: Oh God! What is that???? Not taught in my engine courses..... How?

Lets' turn to Google and see what does it showed up in the searches:

Elliptic integral

Elliptic Integral of the Second Kind (Complete)

Elliptic integrals of the first and second kind and Elliptic Integral Overview and a quick calculator is here (link).

Great! But how to code it?

- wong chee tat :)

Saturday, February 21, 2009

Project Updates

Just 6 or so weeks passed by! Right now should be week 7 and I had taken some quizzes.

As all you know, next week , there is a one week break! Yay! Good time and let me have a week break. But. but , but....During the 1 week break, there are some things that I need to do: project and assignments. The assignments are due right after the one week break! Oh no! Help!

In this blog post, I will try to give a short updates about my project. For this project that I have been working on, I spent quite a fair amount of time accessing the library database and finding and reading the journal articles that are related / may be related to my project. Some of them (articles ) may not seem related to my project at first, but they provide some framework for me to build on.

However, there are some journals that our library did not subscribed to them and so I am unable to read the whole article except for the abstracts. That's not too good as some of their research work are publish in some odd journals that are not so popular (at least to me. I might be wrong) and some of their works are in other languages other than English! (Russian.... ????? I'm didn't study Russian in my secondary! Hopefully Google translator can help :p )

More work still need to be done. At this point of time, what I can say is that Forbes and Lau and many others provide a good background for me to work on the amazing problems. I mentioned the two authors in this blog here because they have publish lots of articles. Well, if you know what I am working on, then I think that you'll be able to guess the names of the two authors and they are quite well known in their field.

Goodnight!

- wong chee tat :)

Tuesday, October 14, 2008

Math Problem

Earlier today, one of my friends posted us a maths question. It is quite interesting as many of us can't solve the problem.





The question is: How do you solve for this:






Okay, how do you solve for it?
Do you use integration by parts? Is it possible to do it?
If not, what method do you applied?

One good way is to refer to the integral tables [here. Hint: 57 ]
You can refer to [wiki] for an introduction to integral tables or tables of integrals.

Do you get it? :D

- wong chee tat :)