0
Make a programe by using maths equations...
19 Antworten
+ 9
That's a good one. I found a good source code for you. Hope you find it useful.
https://www.programiz.com/cpp-programming/examples/quadratic-roots
+ 8
Example equation[source: https://stackoverflow.com/questions/32590456/how-to-write-this-math-equation-into-c]
4x^3 + 8x^2 + 9x - 18
y = --------------------------
|7 – x^3| + √(3x^2 + 18)
#include <iostream>
#include <cmath>
using namespace std;
int main() {
int x = 2;
double y = (4.0 * pow(x, 3.0) + 8.0 * pow(x, 2.0) + 9.0 * x - 18.0) / (std::abs(7.0 - pow(x, 3.0)) + sqrt(3.0 * pow(x, 2.0) + 18));
cout << y << endl;
}
+ 8
Nice work Adil, But let me do some make up.
#include<iostream.h>
#include<conio.h>
int main (void)
{
int a,b,c,x;
int a=1,b=2,c=3,x=10;
int Result=a*x+b*x+c;
std::cout<<Result;
getch( );
}
+ 8
What are you exactly looking for?
+ 8
I see. So is there a specific equation that you want to working on it?
+ 8
I think you have a math book ,right?
If so choose a formula from that. Then tell me the name.
+ 1
thank you sir
+ 1
#include<iostream.h>
#include<conio.h>
void main (void)
{
clrscr;
into a,b,c,x,sum;
into a=1,b=2,c=3,x=10;
Result=a*x+b*x+c;
cout<<Result;
fetch( );
}
+ 1
thank you very much sir I will checked...
+ 1
its ok help to make a program by using maths formulas in that method which I written in comment
0
but sir I need thuis methods of programing by using simple maths formulas can you do
0
my teacher give me an assignment that make a programs like this method using simple maths formulas
0
so help me for this type of programs
0
no I don't have any specific maths formula
0
wait I will check there...
0
b squre _4ac
0
b^_4ac=0
0
which one...
0
sorry dude
my mistake