Click here to Skip to main content
16,018,637 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i am working on school management system. I want to take mathematical equations as a input from user ... how can I do this ?
Posted
Comments
abbaspirmoradi 7-Sep-13 7:02am    
Very easy....
insert a textbox into your form and get that equation user input with string.
Asim8748 10-Sep-13 4:46am    
but problem is that how can i write equation in text box .... i mean that i want this type of equation :
(x+a)^n=∑_(k=0)^n▒〖(n¦k) x^k a^(n-k) 〗

how can user put this kind of equation in text box ?
Asim8748 10-Sep-13 4:49am    
where from he got these mathmatical characters ???

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900