473,385 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Scientific Calculations Component

Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep

Feb 14 '07 #1
5 3209
uh you should just use Excel

oh wait a second, I don't see 'Visual C# editor' under tools, macros
maybe Excel doesn't support C#?

On Feb 14, 6:01 am, "Kuldeep" <kuldeep.vijayku...@hotmail.comwrote:
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep

Feb 14 '07 #2
There's a .NET scientific calculator and code listed in the last couple of
newsletters from CodeProject.com. Go to that site and do a search.

<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP http://wikimapia.org/#y=43038073&x=-...8&z=17&l=0&m=h
"Kuldeep" <ku****************@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep

Feb 14 '07 #3
Here's some links that might be helpful.

Open Source Math.Net (main project page and forum):
http://mathnet.opensourcedotnet.info/About.aspx
http://dev.cdrnet.net/cs/forums/default.aspx

Commercially released ones:
http://www.extremeoptimization.com/Default.aspx
http://www.centerspace.net/index.php

Hope this helps,
Jason Vermillion

"pf******@hotmail.com" wrote:
uh you should just use Excel

oh wait a second, I don't see 'Visual C# editor' under tools, macros
maybe Excel doesn't support C#?

On Feb 14, 6:01 am, "Kuldeep" <kuldeep.vijayku...@hotmail.comwrote:
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep


Feb 14 '07 #4
Thank you Jason for the leads.
Would look forward for some more interaction as the need arises.

Thanks a lot once again,
Kuldeep
"Jason Vermillion" <Ja*************@discussions.microsoft.comwrote in
message news:75**********************************@microsof t.com...
Here's some links that might be helpful.

Open Source Math.Net (main project page and forum):
http://mathnet.opensourcedotnet.info/About.aspx
http://dev.cdrnet.net/cs/forums/default.aspx

Commercially released ones:
http://www.extremeoptimization.com/Default.aspx
http://www.centerspace.net/index.php

Hope this helps,
Jason Vermillion

"pf******@hotmail.com" wrote:
>uh you should just use Excel

oh wait a second, I don't see 'Visual C# editor' under tools, macros
maybe Excel doesn't support C#?

On Feb 14, 6:01 am, "Kuldeep" <kuldeep.vijayku...@hotmail.comwrote:
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as
an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method,
Summation,
Proximity Methods, Least Square Method, Complex Exponential
Calculations,
etc..

Any leads on this context would be highly appreciated.

Thanks in advance,
Kuldeep



Feb 15 '07 #5

"Kuldeep" <ku****************@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hi All,

Platform: Visual Studio 2005
Language: C#.NET

Could you please help me find a pretty good component which can act as an
Add-In to Visual Studio 2005 to carry out "Scientific Mathematical
Calculations"?
The Add-In should preferably support Linear Regression Method, Summation,
Proximity Methods, Least Square Method, Complex Exponential Calculations,
etc..

Any leads on this context would be highly appreciated.
Are you using it at design-time (That would be a Visual Studio add-in,
language needn't be C# or even .NET) or run-time (not an add-in, just a
managed class library)?
>
Thanks in advance,
Kuldeep

Feb 15 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
by: andreykuzmenko | last post by:
Hello everybody! I'm starting moving out my scientific library (neural networks) from Delphi. Currently I'm being concerned with selection of a new language for its development. The library uses...
1
by: chris vettese | last post by:
I'm looking for advice on how to perform calculations on my forms. Iwill try to explain the situation as clearly as possible. I have a form that has multiple sub-forms. Some of these sub-forms...
0
by: Greg | last post by:
I am working on an application that requires working with numbers in scientific notation. I am using SqlServer as the database and I have created strongly typed data adapters and datasets. The...
53
by: Michael Tobis | last post by:
Someone asked me to write a brief essay regarding the value-add proposition for Python in the Fortran community. Slightly modified to remove a few climatology-related specifics, here it is. I...
0
by: Juan R. | last post by:
I have updated some basic requirements for a generic mathematical markup language for scientific requirements at the next link. ...
9
by: Joe Attardi | last post by:
Hi all, Math is not my strongest area so forgive me if I use some of the wrong terminology. It seems that scientific notation is immune to rounding errors. For example: (4.98 * 100) + 5.51 ...
2
by: Greg | last post by:
I am working on an application that requires working with numbers in scientific notation. I am using SqlServer as the database and I have created strongly typed data adapters and datasets. The...
4
by: CarryFlag | last post by:
Hi I want to write functions for basic matrix calculations. Since I will call these functions several times, the working time of them is important. While searching the internet, I seen that some...
9
Catalyst159
by: Catalyst159 | last post by:
I have a form which is used to calculate residential Floor Area Ratio (FAR). The form is structured into seven parts as follows: Part A: Maximum FAR and Floor Area: Part B: Gross Floor Area of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.