Now I want that if user enters "square root of 2" then in the listbox it should be displayed in math format .
Or if user enters (2/3), then it should be displayed properly in fraction format like we see in books..........
How can I generate the math format for various mathematical expressions like fractions, squareroots, cube roots,integration, differentiation etc.............

vivek kulkarniPosted Aug 31, 2009, 6:05 AM
This is just to give you a direction not the actual answer.
Graphics library in .net can be used to draw and embed. You can also use some existing pictures of squareroot etc and merge them where ever possible.
Thank you,
Vivek