hdu 1071 The area 高斯消元求二次函数+辛普森积分

构造系数矩阵,高斯消元求解二次函数,然后两点式求直线函数,带入辛普森积分法无脑AC。。。

#include<cstdio>
#include<queue>
#include<algorithm>
#include<cstring>
#include<vector>
#include<cmath>
using namespace std;
struct node
{
    double x,y;
}p[4];
double g[10][10];
double f1(double x) //二次函数
{
    return g[0][3]*x*x+g[1][3]*x+g[2][3];
}
double f2(double x) //直线两点式
{
    double y2=p[2].y,x2=p[2].x;
    double y1=p[1].y,x1=p[1].x;
   return (x-x1)/(x2-x1)*(y2-y1)+y1;
}
double f(double x)
{
    return f1(x)-f2(x);
}
double simpson(double a,double b,int n)
{
    double h=(b-a)/n;
    double ans=f(a)+f(b);
    for(int i=1;i<n;i+=2) ans+=4*f(a+i*h);
    for(int i=2;i<n;i+=2) ans+=2*f(a+i*h);
    return ans*h/3;
}
void Gauss(int cnt)
{
     int i, j, k;
     double tmp, big;
     for (i = 0; i < cnt; i++)
     {
         for (big = 0, j = i; j < cnt; j++)
         {
             if (fabs(g[j][i]) > big)
             {
                 big = fabs(g[j][i]);
                 k = j;
             }
         }
         if (k != i)
         {
             for (j = 0; j <= cnt; j++)
                 swap(g[i][j], g[k][j]);
         }
         for (j = i + 1; j < cnt; j++)
         {
             if (g[j][i])
             {
                 tmp = -g[j][i] / g[i][i];
                 for (k = i; k <= cnt; k++)
                     g[j][k] += tmp * g[i][k];
             }
         }
     }
     for (i = cnt - 1; i >= 0; i--)
     {
         for (j = i + 1; j < cnt; j++)
             g[i][cnt]-=g[j][cnt]*g[i][j];
         g[i][cnt]/=g[i][i];
     }
}
int main()
{
    int cas;
    scanf("%d",&cas);
    while(cas--)
    {
        for(int i=0;i<3;i++) scanf("%lf%lf",&p[i].x,&p[i].y);
        for(int i=0;i<3;i++)
        {
            g[i][0]=p[i].x*p[i].x;  //ax^2
            g[i][1]=p[i].x;         //bx
            g[i][2]=1;              //c
            g[i][3]=p[i].y;         //y
        }
        Gauss(3);
     //   printf("%lfx^2+%lfx+%lf\n",g[0][3],g[1][3],g[2][3]);
        printf("%.2lf\n",simpson(p[1].x,p[2].x,1000));
    }
    return 0;
}

hdu 1071 The area 高斯消元求二次函数+辛普森积分

时间: 2024-10-12 23:40:14

hdu 1071 The area 高斯消元求二次函数+辛普森积分的相关文章

hdu 2262 高斯消元求期望

Where is the canteen Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 1070    Accepted Submission(s): 298 Problem Description After a long drastic struggle with himself, LL decide to go for some

hdu 3992 AC自动机上的高斯消元求期望

Crazy Typewriter Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 391    Accepted Submission(s): 109 Problem Description There was a crazy typewriter before. When the writer is not very sober, it

hdu 4418 高斯消元求期望

Time travel Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 1480    Accepted Submission(s): 327 Problem Description Agent K is one of the greatest agents in a secret organization called Men in B

HDU4870_Rating_双号从零单排_高斯消元求期望

原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=4870 原题: Rating Time Limit: 10000/5000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 654    Accepted Submission(s): 415 Special Judge Problem Description A little gir

HDU 4870 Rating(高斯消元)

HDU 4870 Rating 题目链接 题意:一个人注册两个账号,初始rating都是0,他每次拿低分的那个号去打比赛,赢了加50分,输了扣100分,胜率为p,他会打到直到一个号有1000分为止,问比赛场次的期望 思路:f(i, j)表示i >= j,第一个号i分,第二个号j分时候,达到目标的期望,那么可以列出转移为f(i, j) = p f(i', j') + (1 - p) f(i'' + j'') + 1 f(i', j')对应的是赢了加分的状态,f(i'', j'')对应输的扣分的状态

高斯消元 求整数解模版

#include <iostream> #include <string.h> #include <cmath> using namespace std; const int maxn = 105; int equ, var; // 有equ个方程,var个变元.增广阵行数为equ, 分别为0到equ - 1,列数为var + 1,分别为0到var. int a[maxn][maxn]; int x[maxn]; // 解集. bool free_x[maxn]; //

uva 10828 高斯消元求数学期望

Back to Kernighan-RitchieInput: Standard Input Output: Standard Output You must have heard the name of Kernighan and Ritchie, the authors of The C Programming Language. While coding in C, we use different control statements and loops, such as, if-the

【bzoj2460】[BeiJing2011]元素 贪心+高斯消元求线性基

题目描述 相传,在远古时期,位于西方大陆的 Magic Land 上,人们已经掌握了用魔法矿石炼制法杖的技术.那时人们就认识到,一个法杖的法力取决于使用的矿石.一般地,矿石越多则法力越强,但物极必反:有时,人们为了获取更强的法力而使用了很多矿石,却在炼制过程中发现魔法矿石全部消失了,从而无法炼制出法杖,这个现象被称为“魔法抵消” .特别地,如果在炼制过程中使用超过一块同一种矿石,那么一定会发生“魔法抵消”. 后来,随着人们认知水平的提高,这个现象得到了很好的解释.经过了大量的实验后,著名法师 D

HDU 4870 Rating(高斯消元 )

HDU 4870   Rating 这是前几天多校的题目,高了好久突然听旁边的大神推出来说是可以用高斯消元,一直喊着赶快敲模板,对于从来没有接触过高斯消元的我来说根本就是一头雾水,无赖之下这几天做DP,正好又做到了这个题,没办法得从头开始看,后来在网上找了别人的高斯消元的模板后发现其实也还是很好理解,就是先构造一个增广矩阵,然后化行阶梯形,最后迭代求解 首先有一个介绍高斯消元感觉过于详细的博客http://blog.csdn.net/tsaid/article/details/7329301 首