User: sanndy2

  • Public profile

User profile: sanndy2

User info
User name:sanndy2
History
Joined:
Number of posts:9
Latest posts:

how to find complex roots in c++ by newton-raphson method
#include<iostream> #include<cmath> #include<complex> using namespace std; double f(double x) { retur...

how to find complex roots in c++ by newton-raphson method
ı would like to write using newton-raphson metod in c++.I wrote code basic equation in c++.but for ...

how to write prime number in vector
#include <iostream> #include<conio.h> #include <vector> using namespace std; int main () { ...

C++ function the norm (magnitude) of the vector
how to calculate he norm (magnitude) of the vector A = (a1, a2, ... ,an). #include<iostream> ...

c++ helping please
Consider that the file student.txt contains the name and corresponding exam scores of 20 students i...

This user does not accept Private Messages