C++ program for curve fitting of linear and exponential equation
For linear:
#include<iostream>
using namespace std;
class datacalc
{
private:
float sumxsq,sumxy,sumx,sumy;
float valuex[50],valuey[50];
float a,b;
int i,n;
public:
void getdata()
{
cout<<"enter the no. of data to input:";
...
AITB International Conference, 2019
Kathmandu, Nepal
My Youtube Channel
Please Subscribe
Flag of Nepal
Built in OpenGL
World Covid-19 Data Visualization
Choropleth map
Word Cloud in Python
With masked image
Showing posts with label Numerical Methods. Show all posts
Showing posts with label Numerical Methods. Show all posts