08 2018 档案
摘要:全国高中数学联赛竞赛大纲 中国数学会普及工作委员会制定 从1981年中国数学会普及工作委员会举办全国高中数学联赛以来,在“普及的基础上不断提高”的方针指引下,全国数学竞赛活动方兴未艾,每年一次的竞赛活动吸引了广大青少年学生参加。1985年我国又步入国际数学奥林匹克殿堂,加强了数学课外教育的国际交流,
阅读全文
摘要:选自 https://members.iqmatrix.co/creative-mind-maps I personally use Mindjet MindManager. This is one of the leading mind mapping software applications,
阅读全文
摘要:选自 https://litemind.com/brain-rules/
阅读全文
摘要:选自 https://rjlipton.wordpress.com/2014/01/15/bounds-on-binomial-coefficents/
阅读全文
摘要:理解数学 " " 文章 "理解数学" , a study guide by "Peter Alfeld" "如何培养数学思维" at "BetterExplained" "数学天才是如何如此迅速地理解极其困难的数学概念的?" at "Quora" "理解数学概念" at "AllKindsOfMin
阅读全文
摘要:You’ve finished this book and have decided to continue with programming. Maybe it will be a career for you, or maybe it will be a hobby. You’ll need some advice to make sure you continue on the r...
阅读全文
摘要:调入 skfem 模块 调入数值运算 numpy 模块 三角形剖分网格,加密 $3$ 次 ElementTriMorley: 非协调有限元 $ Morley$ 元 MappingAffine: 仿射变换 InteriorBasis:内部节点基函数 调入双线性形式模块@bilinear_form 定义
阅读全文
摘要:调入 skfem 宏包 三角剖分网格(MeshTri),加密(refine) $4$ 次 ElememtTriP1: 三角形线性有限元 $ P_1 $ InteriorBasis: 节点基函数 调用双线性形式模块 @bilinear_form 定义 laplace 函数 调用线性泛函模块@linea
阅读全文
摘要:在Jennifer Niederst Robbins的书《Learning Web design》(密码:v9i1)推荐软件Nvu 界面: Nvu tips:
阅读全文
摘要:TheMathematicalCenturyThe30 GreatestProblemsof treLast 1 00 Years At the beginning of the seventeenth century, two great philosophers, Francis Bacon i
阅读全文
摘要:1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 三维网格 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8 2.9 2.10 二维网格 3.1 3.2 3.3 3.4 3.5 3.6 3.7 3.8 3.9 3.
阅读全文
摘要:Please see the directory examples for more instructions. Contributors Tom Gustafsson (Maintainer) Geordie McBain
阅读全文
摘要:""" Author: kinnala Visualise the Argyris basis functions. """ from skfem import * import matplotlib.pyplot as plt m = MeshTri.init_sqsymmetric() map = MappingAffine(m) e = ElementTriArgyris() ib =...
阅读全文
摘要:class ElementTriArgyris(ElementH2): nodal_dofs = 6 facet_dofs = 1 dim = 2 maxdeg = 5 def gdof(self, u, du, ddu, v, e, n, i): if i < 18: j = i % 6 ...
阅读全文


浙公网安备 33010602011771号