
高斯消元
文章平均质量分 82
wang3312362136
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
算法模板——高斯消元
基础首先,nn元11次方程组 ⎧⎩⎨⎪⎪⎪⎪⎪⎪a1,1x1+a1,2x2+⋯+a1,nxn=b1a2,1x1+a2,2x2+⋯+a2,nxn=b2⋯an,1x1+an,2x2+⋯+an,nxn=bn\begin{cases}a_{1,1}x_1+a_{1,2}x_2+\cdots+a_{1,n}x_n=b_1\\a_{2,1}x_1+a_{2,2}x_2+\cdots+a_{2,n}原创 2018-01-17 13:04:25 · 234 阅读 · 0 评论 -
[JSOI2008]球形空间产生器sphere
Description有一个球形空间产生器能够在nn维空间中产生一个坚硬的球体。现在,你被困在了这个nn维球体中,你只知道球面上n+1n+1个点的坐标,你需要以最快的速度确定这个nn维球体的球心坐标,以便于摧毁这个球形空间产生器。Input第一行是一个整数n(1=N=10)n(1。接下来的n+1n+1行,每行有nn个实数,表示球面上一点的nn维坐标。每一个实数精确到小数点后66位,且其原创 2018-01-18 16:57:32 · 452 阅读 · 0 评论 -
Ural 1042 Central Heating
Winter has come, but at the Ural State University heating is not turned on yet. There’s one little problem: the University is heated only if all of the valves are opened. There are some technicians at原创 2018-01-18 17:08:59 · 287 阅读 · 0 评论 -
POJ2065 SETI
DescriptionFor some years, quite a lot of work has been put into listening to electromagnetic radio signals received from space, in order to understand what civilizations in distant galaxies might b原创 2018-01-18 17:34:34 · 293 阅读 · 0 评论