Impact factor for posts is a measurement of importance.

Impact factor for users reflect their authority, reputation and contribution on a particular topic.

Rating reflects the quality of posts.

Rating on Voofie is not a simple average of all ratings, but a weighted average of rating, weighted by the impact factor of users who rated.

Voofie > Science

All

Article

Discussion

Q&A

Link

Science

78 related concepts
75 items for Category:Science
0
11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 322 pageviews

44个精彩的物理趣题

44 Challenging problems. Many are quite difficult, and tests if your physics understand is solid enough!

ross_tang 17 Jul 11
0
10
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 10 and 423 pageviews
5
85
Rating:
This post has a quality rating of 5, base on 1 rating
Impact:
This post has a impact factor of 85 and 687 pageviews

Three Idiots - an inspiring story

昨天看了一套教人深思的電影 - 〈Three Idiots〉,故與大家分享一下。快樂、生活、學習,其實都可以是很簡單的。

http://www.tudou.com/programs/view/h5RvIAx0sTU/

This is what education truly mean, to have fun and excitement during the pursuit of excellence.

CH_Chan 09 Feb 11 | 1 comment
4.5
90
Rating:
This post has a quality rating of 4.5, base on 1 rating
Impact:
This post has a impact factor of 90 and 1357 pageviews

2011 股票紀

今年為自己做個股票牛熊買賣記錄,以 50k 現金作本,希望乘大浪而行,有心人歡迎交流觀點。

一月十日:

買入:66054 恆指牛,買入價 0.150,股數 100k。

上年持有: 1157.HK,買入價 16.00,股數 1600。

CH_Chan 10 Jan 11 | 32 comments
4
18
Rating:
This post has a quality rating of 4, base on 1 rating
Impact:
This post has a impact factor of 18 and 2344 pageviews

Solving Unblock me: Recognizing board configuration in a screenshot using Mathematica

Unblock me is a puzzle game in iphone. It's originated from rush hour. I am interested in solving the board game using computer. I can enter the board configuration into the computer one by one, but I would like to do it automatically. With image processing capatibability in Mathematica, the process can be done rather easily by taking screenshot.

ross_tang 11 Dec 10
0
11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 996 pageviews

An open source project with basic packages in MathOO

A package is released as open source project in GoogleCode/MathOO-packages. The aim of the project is to provide basic utilities and basic classes using MathOO, so that you can use it in an object oriented way. In the initial release, 1.0b, a dictionary class (associated array) is provided.

ross_tang 08 Nov 10
0
12
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 12 and 994 pageviews

Documentation of dict: A Mathematica Dictionary(Associative Array) using MathOO

This document is a documentation of the dict class in MathOO-packages. Basically it behaviors very similarly to Python dict.

ross_tang 08 Nov 10
0
11
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 11 and 784 pageviews

Benchmarking your MathOO

Code is provided to benchmark the performance of MathOO.

ross_tang 05 Nov 10
0
13
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 13 and 2237 pageviews

MathOO: Adding Python style Object Orientation to Mathematica with MathOO (1.0 beta launch) [Alternative to Objectica]

Mathematica is a very useful software in many science fields. It supports procedural programming and functional programming. However, it does not support the modern object oriented programming. If you would like to add that, there is a package called Objectica, and it will cost you quite a fortune ($1000 on 3/11/2010).

Here I have developed a Mathematica ...

ross_tang 05 Nov 10 | 3 comments
0
22
Rating:
This post has not been rated yet. Be the first to give a rating!
Impact:
This post has a impact factor of 22 and 1133 pageviews

NDSolve in Mathematica with numerical function

The problem that I am having is like this(a forward of this post). If I define a numerical function in Mathematica:

As you can see that F(x) is just 1/x. However, I just would like to illustrate the point with a simple example.

If I solve a differential equation numerically involving F(x), I would get errors: ...

sciencolic 23 Sep 10 |1 answer