d) There is a Web page that includes links to both Web page A and Web page B.

Size: px
Start display at page:

Download "d) There is a Web page that includes links to both Web page A and Web page B."

Transcription

1 P Determine whether the relation R on the set of all eb pages is reflexive( 自反 ), symmetric( 对 称 ), antisymmetric( 反对称 ), and/or transitive( 传递 ), where (a, b) R if and only if a) Everyone who has visited eb page A has also visited eb page B. Reflexive( 自反 ), transitive( 传递 ) b) There are no common links found on both eb page A and eb page B. Symmetric( 对称 ) c) There is at least one common link on eb page A and eb page B. Symmetric( 对称 ) d) There is a eb page that includes links to both eb page A and eb page B. Symmetric( 对称 ) 47. Find the error in the proof of the following theorem. Theorem : Let R be a relation on a set A that is symmetric and transitive. Then R is reflexive. Proof : Let a A. Take an element b A such that (a, b) R. Because R is symmetric, we also have (b, a) R. Now using the transitive property, we can conclude that (a, a) R because (a, b) R and (b, a) R. There may be no such b(b 不存在 ) 55. Let R be a reflexive relation on a set A. Show that R n is reflexive for all positive integers n. Use mathematical induction. The result is trivial for n = 1. Assume R n is reflexive. Then (a, a) R n for all a A and (a, a) R. Thus (a, a) R n R = R n+1 for all a A. 56. Let R be a symmetric relation. Show that R n is symmetric for all positive integers n. 使用数学归纳法 : R 对称, 所以对于 (a, c) R, (c, a) R.

2 假设 R n 对称, 则 (b, d) R n, (b, d) R n. 对于 (x, y) R n+1 = R n R, c, (x, c) R, (c, y) R n. 因为 R 和 R n 对称, 所以 (y, c) R n, (c, x) R. 因为 (y, x) R R n = R n+1 P Let R1 and R2 be relations on a set A represented by the matrices M R1 = and M R2 = Find the matrices that represent a) R 1 R 2 = b) R 1 R 2 = c) R 2 R 1 = d) R 1 R 1 = e) R 2 R 1 = Determine whether the relations represented by the directed graphs shown in Exercises are reflexive, irreflexive, symmetric, antisymmetric, asymmetric, and/or transitive. 自反的

3 对称的, 非传递的 [ 反例 :(c, d), (b, a), (a, c). 没有 (c, c)] 自反, 对称, 传递 34. Let R be a relation on a set A. Explain how to use the directed graph representing R to obtain the directed graph representing the complementary relation R. (x, y) R, 去掉 (x, y) (x, y) R, 添加 (x, y) ( 假设 x y) (x, x) R, 去掉 (x, x) (x, x) R, 添加 (x, x) P Suppose that the relation R is symmetric. Show that R is symmetric. RR nn 是对称的 The result follows from (R ) 1 = ( n=1 RR nn ) 1 = n=1 (RR nn ) 1 = n=1 RR nn = R. 28. Use arshall s algorithm to find the transitive closures of the relations in Exercise 26. a) {(a, c), (b, d), (c, a), (d, b), (e, d)} aa 0 0 aa = bb 0 0 cc = bb 1 0 cc 1 0 dd 0 0 dd 1 0 ee 0 0 ee 1 0 b) {(b, c), (b, e), (c, e), (d, a), (e, b), (e, c)}

4 aa aa = bb 0 1 cc = bb cc dd dd ee ee c) {(a, b), (a, c), (a, e), (b, a), (b, c), (c, a), (c, b), (d, a), (e, d)} aa aa = bb 1 0 cc = bb cc dd dd ee 0 0 ee d) {(a, e), (b, a), (b, d), (c,d), (d,a), (d, c), (e,a), (e,b), (e, c), (e, e)} aa aa = bb 1 0 cc = bb cc dd 1 0 dd ee ee P Let R be the relation on the set of ordered pairs of positive integers such that ((a, b), (c, d)) R if and only if a + d = b + c. Show that R is an equivalence relation. For reflexivity, ((a, b), (a, b)) R because a +b = b + a. For symmetry, if ((a, b), (c, d)) R, then a + d = b + c, so c + b = d + a, so ((c, d), (a, b)) R. For transitivity, if ((a, b), (c, d)) R and ((c, d), (e, f )) R, then a + d = b + c and c + e = d + f, so a + d + c + e = b + c + d + f, so a + e = b + f, so ((a, b), (e, f )) R. 20. Let R be the relation on the set of all people who have visited a particular eb page such that x Ry if and only if person x and person y have followed the same set of links starting at this eb page (going from eb page to eb page until they stop using the eb). Show that R is an equivalence relation. 对于自反, 用户自己的浏览轨迹相同 对于对称,x 与 y 的浏览轨迹相同, 那么 y 与 x 的浏览轨迹也相同 对于传递,x 与 y 的浏览轨迹相同,y 与则 z 的浏览轨迹相同, 那么 x 与 z 的浏览轨迹也相同 35. hat is the congruence class [n] 5 (that is, the equivalence class of n with respect to congruence modulo 5) when n is a) 2? [2] 5 = {i i 2 (mod 5)} = {..., 8, 3, 2, 7, 12,...}

5 b) 3? [3] 5 = {i i 3 (mod 5)} = {..., 7, 2, 3, 8, 13,...} c) 6? [6] 5 = {i i 6 (mod 5)} = {..., 9, 4, 1, 6, 11,...} d) 3? [ 3] 5 = {i i 3 (mod 5)} = {..., 8, 3, 2, 7, 12,...} 41. hich of these collections of subsets are partitions of {1, 2, 3, 4, 5, 6}? a) {1, 2}, {2, 3, 4}, {4, 5, 6} No b) {1}, {2, 3, 6}, {4}, {5} Yes c) {2, 4, 6}, {1, 3, 5} Yes d) {1, 4, 5}, {2, 6} No P Show that the reflexive closure of the symmetric closure of a relation is the same as the symmetric closure of its reflexive closure. 1 (R 1 R) = 1 R 1 R = 1 R 1 R = ( R) 1 ( R) P hat is the covering relation of the partial ordering {(A, B) A B} on the power set of S, where S = {a, b, c}? (, {a}), (, {b}), (, {c}), ({a}, {a, b}), ({a}, {a, c}), ({b}, {a, b}), ({b}, {b, c}), ({c}, {a, c}), ({c}, {b, c}), ({a, b}, {a, b, c}), ({a, c}, {a, b, c})({b, c}, {a, b, c}) 31. Show that a finite poset can be reconstructed from its covering relation. [Hint: Show that the poset is the reflexive transitive closure of its covering relation.] 设 (S, ) 是一个有穷偏序集 我们的目标是验证这个有穷偏序集合时它的覆盖关系的传递闭包 那么我们需要证明两件事,1 对于(S, ) 中的 (a, b) 它的覆盖关系的自反传递闭包 ;2 对于覆盖关系的传递闭包中的 (a, b) (S, ) 首先我们证明 1, (a, b) (S, ), 则 a = b, 则 (a, a) 它的覆盖关系自反传递闭包 ; 或 a b 且! z a z b, 则 (a, a) 它的覆盖关系 ; 或 a 1, a 2,... a n 使得 a a 1 a 2 a n b 且 a a 1 它的覆盖关系 则 (a, b) 它的覆盖关系自反传递闭包 对于 (S, ) 中的 (a, b) 它的覆盖关系的自反传递闭包 现在证明 2, (a, b) 覆盖关系的自反传递闭包, 则 a=b, (a, a) (S, ); 或 a b, (a, b) (S, ); 或者 a a 1 a 2 a n b, 因为 是传递的, 所以 (a, b) (S, ) 43. Determine whether the posets with these Hasse diagrams are lattices.

6 a)yes b)no c)yes 45. Show that every nonempty finite subset of a lattice has a least upper bound and a greatest lower bound. Use mathematical induction. 基本情况 :{x} 显然成立,lub({x}) = x, glb({x}) = x. 递归步骤 : 设对于一个格中的 k 个元素的集合, 存在最小上界和最大下界 现在证明 k+1 个元素的集合成立, 假设 S = S {x}, S 中含有 k 个元素 因为 k 个元素的集合成立,lub(S ) = a, glb(s ) = b. 因为 a, x 均为格中元素, 则存在 m = lub(a, x), 则 a m, 则 w S,w m 则 m 为 S 的上界 现在证明 m 是 S 的最小上界, 假设存在一个元素 n,n m, 且 n 是 S 的最小上界 因为 a 为 S 的最小上界, 那么 a n,x n,m n; 所以 m = n. 所以 m 是最小上界 同理 t = glb(b, x) 为最大下界 综上可得一个格中的每个有限非空子集有最小上界和最大下界 51. Show that every finite lattice has a least element and a greatest element. By Exercise 45 there is a least upper bound and a greatest lower bound for the entire finite lattice. By definition these elements are the greatest and least elements, respectively. 60. Show that a finite nonempty poset has a maximal element. a is maximal in the poset (S, ) if there is no b S such that a b. 反证, 假设没有最大, 那么 b, a 比它大, 所以集合必然无穷 但是集合有穷, 所以矛盾

On the Quark model based on virtual spacetime and the origin of fractional charge

On the Quark model based on virtual spacetime and the origin of fractional charge On the Quark model based on virtual spacetime and the origin of fractional charge Zhi Cheng No. 9 Bairong st. Baiyun District, Guangzhou, China. 510400. gzchengzhi@hotmail.com Abstract: The quark model

More information

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632.

Galileo Galilei ( ) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. Special Relativity Galileo Galilei (1564-1642) Title page of Galileo's Dialogue concerning the two chief world systems, published in Florence in February 1632. 2 Galilean Transformation z z!!! r ' = r

More information

0 0 = 1 0 = 0 1 = = 1 1 = 0 0 = 1

0 0 = 1 0 = 0 1 = = 1 1 = 0 0 = 1 0 0 = 1 0 = 0 1 = 0 1 1 = 1 1 = 0 0 = 1 : = {0, 1} : 3 (,, ) = + (,, ) = + + (, ) = + (,,, ) = ( + )( + ) + ( + )( + ) + = + = = + + = + = ( + ) + = + ( + ) () = () ( + ) = + + = ( + )( + ) + = = + 0

More information

A proof of the 3x +1 conjecture

A proof of the 3x +1 conjecture A proof of he 3 + cojecure (Xjag, Cha Rado ad Televso Uversy) (23..) Su-fawag Absrac: Fd a soluo o 3 + cojecures a mahemacal ool o fd ou he codo 3 + cojecures gve 3 + cojecure became a proof. Keywords:

More information

Chapter 2 the z-transform. 2.1 definition 2.2 properties of ROC 2.3 the inverse z-transform 2.4 z-transform properties

Chapter 2 the z-transform. 2.1 definition 2.2 properties of ROC 2.3 the inverse z-transform 2.4 z-transform properties Chapter 2 the -Transform 2.1 definition 2.2 properties of ROC 2.3 the inverse -transform 2.4 -transform properties 2.1 definition One motivation for introducing -transform is that the Fourier transform

More information

Riemann s Hypothesis and Conjecture of Birch and Swinnerton-Dyer are False

Riemann s Hypothesis and Conjecture of Birch and Swinnerton-Dyer are False Riemann s Hypothesis and Conjecture of Birch and Swinnerton-yer are False Chun-Xuan Jiang. O. Box 3924, Beijing 854 China jcxuan@sina.com Abstract All eyes are on the Riemann s hypothesis, zeta and L-functions,

More information

Type and Propositions

Type and Propositions Fall 2018 Type and Propositions Yu Zhang Course web site: http://staff.ustc.edu.cn/~yuzhang/tpl Yu Zhang: Types and Propositions 1 Outline Curry-Howard Isomorphism - Constructive Logic - Classical Logic

More information

Source mechanism solution

Source mechanism solution Source mechanism solution Contents Source mechanism solution 1 1. A general introduction 1 2. A step-by-step guide 1 Step-1: Prepare data files 1 Step-2: Start GeoTaos or GeoTaos_Map 2 Step-3: Convert

More information

The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤

The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤 The dynamic N1-methyladenosine methylome in eukaryotic messenger RNA 报告人 : 沈胤 2016.12.26 研究背景 RNA 甲基化作为表观遗传学研究的重要内容之一, 是指发生在 RNA 分子上不同位置的甲基化修饰现象 RNA 甲基化在调控基因表达 剪接 RNA 编辑 RNA 稳定性 控制 mrna 寿命和降解等方面可能扮演重要角色

More information

Service Bulletin-04 真空电容的外形尺寸

Service Bulletin-04 真空电容的外形尺寸 Plasma Control Technologies Service Bulletin-04 真空电容的外形尺寸 在安装或者拆装真空电容时, 由于真空电容的电级片很容易移位, 所以要特别注意避免对电容的损伤, 这对于过去的玻璃电容来说非常明显, 但对于如今的陶瓷电容则不那么明显, 因为它们能够承载更高的机械的 电性能的负载及热负载 尽管从外表看来电容非常结实, 但是应当注意, 由于采用焊接工艺来封装铜和陶瓷,

More information

5. Polymorphism, Selection. and Phylogenetics. 5.1 Population genetics. 5.2 Phylogenetics

5. Polymorphism, Selection. and Phylogenetics. 5.1 Population genetics. 5.2 Phylogenetics 5. Polymorphism, Selection 5.1 Population genetics and Phylogenetics Polymorphism in the genomes Types of polymorphism Measure of polymorphism Natural and artificial selection: the force shaping the genomes

More information

Lecture 4-1 Nutrition, Laboratory Culture and Metabolism of Microorganisms

Lecture 4-1 Nutrition, Laboratory Culture and Metabolism of Microorganisms 1896 1920 1987 2006 Lecture 4-1 Nutrition, Laboratory Culture and Metabolism of Microorganisms CHAPTER 4 in BROCK BIOLOGY OF MICROORGANISMS Zhao Liping, Chen Feng School of Life Science and Biotechnology

More information

USTC SNST 2014 Autumn Semester Lecture Series

USTC SNST 2014 Autumn Semester Lecture Series USTC SNST 2014 Autumn Semester Lecture Series Title: Introduction to Tokamak Fusion Energy Nuclear Science and Technology Research and Development (R&D) L8 A: Putting it all together: the box and thinking

More information

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试

GRE 精确 完整 数学预测机经 发布适用 2015 年 10 月考试 智课网 GRE 备考资料 GRE 精确 完整 数学预测机经 151015 发布适用 2015 年 10 月考试 20150920 1. n is an integer. : (-1)n(-1)n+2 : 1 A. is greater. B. is greater. C. The two quantities are equal D. The relationship cannot be determined

More information

= lim(x + 1) lim x 1 x 1 (x 2 + 1) 2 (for the latter let y = x2 + 1) lim

= lim(x + 1) lim x 1 x 1 (x 2 + 1) 2 (for the latter let y = x2 + 1) lim 1061 微乙 01-05 班期中考解答和評分標準 1. (10%) (x + 1)( (a) 求 x+1 9). x 1 x 1 tan (π(x )) (b) 求. x (x ) x (a) (5 points) Method without L Hospital rule: (x + 1)( x+1 9) = (x + 1) x+1 x 1 x 1 x 1 x 1 (x + 1) (for the

More information

( 选出不同类别的单词 ) ( 照样子完成填空 ) e.g. one three

( 选出不同类别的单词 ) ( 照样子完成填空 ) e.g. one three Contents 目录 TIPS: 对于数量的问答 - How many + 可数名词复数 + have you/i/we/they got? has he/she/it/kuan got? - I/You/We/They have got + 数字 (+ 可数名词复数 ). He/She/It/Kuan has got + 数字 (+ 可数名词复数 ). e.g. How many sweets

More information

三类调度问题的复合派遣算法及其在医疗运营管理中的应用

三类调度问题的复合派遣算法及其在医疗运营管理中的应用 申请上海交通大学博士学位论文 三类调度问题的复合派遣算法及其在医疗运营管理中的应用 博士生 : 苏惠荞 导师 : 万国华教授 专业 : 管理科学与工程 研究方向 : 运作管理 学校代码 : 10248 上海交通大学安泰经济与管理学院 2017 年 6 月 Dissertation Submitted to Shanghai Jiao Tong University for the Degree of

More information

Design, Development and Application of Northeast Asia Resources and Environment Scientific Expedition Data Platform

Design, Development and Application of Northeast Asia Resources and Environment Scientific Expedition Data Platform September, 2011 J. Resour. Ecol. 2011 2(3) 266-271 DOI:10.3969/j.issn.1674-764x.2011.03.010 www.jorae.cn Journal of Resources and Ecology Vol.2 No.3 NE Asia Design, Development and Application of Northeast

More information

Lecture 2. Random variables: discrete and continuous

Lecture 2. Random variables: discrete and continuous Lecture 2 Random variables: discrete and continuous Random variables: discrete Probability theory is concerned with situations in which the outcomes occur randomly. Generically, such situations are called

More information

A Tutorial on Variational Bayes

A Tutorial on Variational Bayes A Tutorial on Variational Bayes Junhao Hua ( 华俊豪 ) Laboratory of Machine and Biological Intelligence, Department of Information Science & Electronic Engineering, ZheJiang University 204/3/27 Email: huajh7@gmail.com

More information

The preload analysis of screw bolt joints on the first wall graphite tiles in East

The preload analysis of screw bolt joints on the first wall graphite tiles in East The preload analysis of screw bolt joints on the first wall graphite tiles in East AO ei( 曹磊 ), SONG Yuntao( 宋云涛 ) Institute of plasma physics, hinese academy of sciences, Hefei 230031, hina Abstract The

More information

Lecture Note on Linear Algebra 14. Linear Independence, Bases and Coordinates

Lecture Note on Linear Algebra 14. Linear Independence, Bases and Coordinates Lecture Note on Linear Algebra 14 Linear Independence, Bases and Coordinates Wei-Shi Zheng, wszheng@ieeeorg, 211 November 3, 211 1 What Do You Learn from This Note Do you still remember the unit vectors

More information

Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD

Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD 1 / 6 Concurrent Engineering Pdf Ebook Download >>> DOWNLOAD 2 / 6 3 / 6 Rozenfeld, WEversheim, HKroll - Springer.US - 1998 WDuring 2005 年 3 月 1 日 - For.the.journal,.see.Conc urrent.engineering.(journal)verhagen

More information

目錄 Contents. Copyright 2008, FengShui BaZi Centre < 2

目錄 Contents. Copyright 2008, FengShui BaZi Centre <  2 目錄 Contents 1. 子平八字命理学简介 Introduction of [Zi Ping Ba Zi] Destiny, Fate & Luck Analysis 1.1 日历种类 Type of Calendar 1.2 年, 月, 日, 时, 的关系 The Relationships between Year, Month, Day & Hour 1.3 命运的原理 The Principle

More information

2012 AP Calculus BC 模拟试卷

2012 AP Calculus BC 模拟试卷 0 AP Calculus BC 模拟试卷 北京新东方罗勇 luoyong@df.cn 0-3- 说明 : 请严格按照实际考试时间进行模拟, 考试时间共 95 分钟 Multiple-Choice section A 部分 : 无计算器 B 部分 : 有计算器 Free-response section A 部分 : 有计算器 B 部分 : 无计算器 总计 45 题 /05 分钟 8 题,55 分钟

More information

ArcGIS 10.1 for Server OGC 标准支持. Esri 中国信息技术有限公司

ArcGIS 10.1 for Server OGC 标准支持. Esri 中国信息技术有限公司 ArcGIS 10.1 for Server OGC 标准支持 Esri 中国信息技术有限公司 李光辉 DEMO OpenLayers GoogleEarth Map Services udig OWS Image Service 商业 GIS 软件 ArcGIS for Server GP Services Globe Services GeoCoding Services GeoData Services

More information

生物統計教育訓練 - 課程. Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所. TEL: ext 2015

生物統計教育訓練 - 課程. Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所. TEL: ext 2015 生物統計教育訓練 - 課程 Introduction to equivalence, superior, inferior studies in RCT 謝宗成副教授慈濟大學醫學科學研究所 tchsieh@mail.tcu.edu.tw TEL: 03-8565301 ext 2015 1 Randomized controlled trial Two arms trial Test treatment

More information

Integrated Algebra. Simplified Chinese. Problem Solving

Integrated Algebra. Simplified Chinese. Problem Solving Problem Solving algebraically concept conjecture constraint equivalent formulate generalization graphically multiple representations numerically parameter pattern relative efficiency strategy verbally

More information

There are only 92 stable elements in nature

There are only 92 stable elements in nature There are only stable elements in nature Jiang Chun-xuan P. O. Box, Beijing 0, P. R. China jcxxxx@.com Abstract Using mathematical method we prove that there are only stable elements in nature and obtain

More information

Effect of lengthening alkyl spacer on hydroformylation performance of tethered phosphine modified Rh/SiO2 catalyst

Effect of lengthening alkyl spacer on hydroformylation performance of tethered phosphine modified Rh/SiO2 catalyst Chinese Journal of Catalysis 37 (216) 268 272 催化学报 216 年第 37 卷第 2 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Effect of lengthening alkyl

More information

Linear Regression. Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34

Linear Regression. Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34 Linear Regression 許湘伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) SDA Regression 1 / 34 Regression analysis is a statistical methodology that utilizes the relation between

More information

Alternative flat coil design for electromagnetic forming using FEM

Alternative flat coil design for electromagnetic forming using FEM Alternative flat coil design for electromagnetic forming using FEM M. AHMED 1, S. K. PANTHI 1, N. RAMAKRISHNAN 2, A. K. JHA 1, A. H. YEGNESWARAN 1, R. DASGUPTA 1, S. AHMED 3 1. Advanced Materials and Processes

More information

澳作生态仪器有限公司 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释

澳作生态仪器有限公司 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释 叶绿素荧光测量中的 PAR 测量 植物逆境生理生态研究方法专题系列 8 野外进行荧光测量时, 光照和温度条件变异性非常大 如果不进行光照和温度条件的控制或者精确测量, 那么荧光的测量结果将无法科学解释 Yield can vary significantly with light level and with temperature. Without controlling irradiation

More information

Easter Traditions 复活节习俗

Easter Traditions 复活节习俗 Easter Traditions 复活节习俗 1 Easter Traditions 复活节习俗 Why the big rabbit? 为什么有个大兔子? Read the text below and do the activity that follows 阅读下面的短文, 然后完成练习 : It s Easter in the UK and the shops are full of Easter

More information

Chapter 20 Cell Division Summary

Chapter 20 Cell Division Summary Chapter 20 Cell Division Summary Bk3 Ch20 Cell Division/1 Table 1: The concept of cell (Section 20.1) A repeated process in which a cell divides many times to make new cells Cell Responsible for growth,

More information

Molecular weights and Sizes

Molecular weights and Sizes Polymer Physcs 高分子物理 olecular weghts and Szes 高分子的分子量与尺寸 1 olecular weghts and molecular weght dstrbuton 分子量与分子量分布 Characterstcs of polymer molecular weghts 高分子的分子量的特点 The molecular weghts are very hgh,

More information

Chapter 1 Linear Regression with One Predictor Variable

Chapter 1 Linear Regression with One Predictor Variable Chapter 1 Linear Regression with One Predictor Variable 許湘伶 Applied Linear Regression Models (Kutner, Nachtsheim, Neter, Li) hsuhl (NUK) LR Chap 1 1 / 41 Regression analysis is a statistical methodology

More information

Atomic & Molecular Clusters / 原子分子团簇 /

Atomic & Molecular Clusters / 原子分子团簇 / Atomic & Molecular Clusters / 原子分子团簇 / 王金兰 Email: jlwang@seu.edu.cn Department of Physics Southeast University What is nanometer? Nano is Small (10-7 --10-9 m; 1-100 nm) 10 0 m 10-1 m 10-2 m 10-3 m 10-4

More information

Rigorous back analysis of shear strength parameters of landslide slip

Rigorous back analysis of shear strength parameters of landslide slip Trans. Nonferrous Met. Soc. China 23(2013) 1459 1464 Rigorous back analysis of shear strength parameters of landslide slip Ke ZHANG 1, Ping CAO 1, Rui BAO 1,2 1. School of Resources and Safety Engineering,

More information

Linear Algebra 18 Orthogonality

Linear Algebra 18 Orthogonality Linear Algebra 18 Orthogonality Wei-Shi Zheng, wszheng@ieeeorg, 2011 1 What Do You Learn from This Note We still observe the unit vectors we have introduced in Chapter 1: 1 0 0 e 1 = 0, e 2 = 1, e 3 =

More information

A Tableau Algorithm for the Generic Extension of Description Logic

A Tableau Algorithm for the Generic Extension of Description Logic Studies in Logic, Vol. x, No. x (xxxx): 1 10 PII: 1674-3202(xxxx)-0x-0001-10 A Tableau Algorithm for the Generic Extension of Description Logic Ma Li Philosophy Department, Peking University mq2828@126.com

More information

通量数据质量控制的理论与方法 理加联合科技有限公司

通量数据质量控制的理论与方法 理加联合科技有限公司 通量数据质量控制的理论与方法 理加联合科技有限公司 通量变量 Rn = LE + H + G (W m -2 s -1 ) 净辐射 潜热 感热 地表热 通量 通量 通量 通量 Fc (mg m -2 s -1 ) 二氧化碳通量 τ [(kg m s -1 ) m -2 s -1 ] 动量通量 质量控制 1. 概率统计方法 2. 趋势法 3. 大气物理依据 4. 测定实地诊断 5. 仪器物理依据 '

More information

Chapter 4. Mobile Radio Propagation Large-Scale Path Loss

Chapter 4. Mobile Radio Propagation Large-Scale Path Loss Chapter 4 Mobile Radio Propagation Large-Scale Path Loss The mobile radio channel places fundamental limitations on the performance. The transmission path between the T-R maybe very complexity. Radio channels

More information

Synthesis of PdS Au nanorods with asymmetric tips with improved H2 production efficiency in water splitting and increased photostability

Synthesis of PdS Au nanorods with asymmetric tips with improved H2 production efficiency in water splitting and increased photostability Chinese Journal of Catalysis 39 (2018) 407 412 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue of

More information

Differential Equations (DE)

Differential Equations (DE) 工程數學 -- 微分方程 51 Differenial Equaions (DE) 授課者 : 丁建均 教學網頁 :hp://djj.ee.nu.edu.w/de.hm 本著作除另有註明外, 採取創用 CC 姓名標示 - 非商業性 - 相同方式分享 台灣 3. 版授權釋出 Chaper 8 Sysems of Linear Firs-Order Differenial Equaions 另一種解 聯立微分方程式

More information

Pore structure effects on the kinetics of methanol oxidation over nanocast mesoporous perovskites

Pore structure effects on the kinetics of methanol oxidation over nanocast mesoporous perovskites Chinese Journal of Catalysis 37 (216) 32 42 催化学报 216 年第 37 卷第 1 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Column on New Porous

More information

素数分布中蒋函数 蒋春暄. 应该是 ν (log N ) k, 不是 ν 2 (log N ) k 他们 66 页论文没有直接讨论素

素数分布中蒋函数 蒋春暄. 应该是 ν (log N ) k, 不是 ν 2 (log N ) k 他们 66 页论文没有直接讨论素 素数分布中蒋函数 蒋春暄 777 年最伟大数学家 Euler 说 : 数学家还没有发现素数序列中的一些规则 我们有理由相信它是一个人类智慧尚未洞悉的奥秘 0 世纪最伟大数学家 Erdös 说 : 至少还需要 00 万年, 我们才能真正理解素数 说明素数研究多么困难! 多么复杂! 但是我的兴趣就是要研究没有人研究的问题 用我的思路 我的方法进行研究 不管这个问题多么困难 这篇论文是把我过去对素数研究作一个总结,

More information

Z-Factory Physics. Physics for Modernized Z-Factory. Chao-Hsi Chang (Zhao-Xi Zhang) ITP, CAS

Z-Factory Physics. Physics for Modernized Z-Factory. Chao-Hsi Chang (Zhao-Xi Zhang) ITP, CAS Z-Factory Physics Physics for Modernized Z-Factory Chao-Hsi Chang (Zhao-Xi Zhang) ITP, CAS --- Working Group for Z-factory Physics --- Group Meeting @ WeiHai The topics for Z-factory Physics July 13-17,

More information

Sichuan Earthquake 四川地震

Sichuan Earthquake 四川地震 Sichuan Earthquake 四川地震 1 Sichuan Earthquake 四川地震 China Mourns Victims of the Sichuan Earthquake 中国为震灾遇难者哀悼 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : Flags are flying at half-mast

More information

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題

國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 國立中正大學八十一學年度應用數學研究所 碩士班研究生招生考試試題 基礎數學 I.(2%) Test for convergence or divergence of the following infinite series cos( π (a) ) sin( π n (b) ) n n=1 n n=1 n 1 1 (c) (p > 1) (d) n=2 n(log n) p n,m=1 n 2 +

More information

tan θ(t) = 5 [3 points] And, we are given that d [1 points] Therefore, the velocity of the plane is dx [4 points] (km/min.) [2 points] (The other way)

tan θ(t) = 5 [3 points] And, we are given that d [1 points] Therefore, the velocity of the plane is dx [4 points] (km/min.) [2 points] (The other way) 1051 微甲 06-10 班期中考解答和評分標準 1. (10%) A plane flies horizontally at an altitude of 5 km and passes directly over a tracking telescope on the ground. When the angle of elevation is π/3, this angle is decreasing

More information

Synthesis of anisole by vapor phase methylation of phenol with methanol over catalysts supported on activated alumina

Synthesis of anisole by vapor phase methylation of phenol with methanol over catalysts supported on activated alumina Chinese Journal of Catalysis 37 (216) 72 726 催化学报 216 年第 37 卷第 5 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Synthesis of anisole by vapor

More information

Algorithms and Complexity

Algorithms and Complexity Algorithms and Complexity 2.1 ALGORITHMS( 演算法 ) Def: An algorithm is a finite set of precise instructions for performing a computation or for solving a problem The word algorithm algorithm comes from the

More information

Enhancement of the activity and durability in CO oxidation over silica supported Au nanoparticle catalyst via CeOx modification

Enhancement of the activity and durability in CO oxidation over silica supported Au nanoparticle catalyst via CeOx modification Chinese Journal of Catalysis 39 (2018) 1608 1614 催化学报 2018 年第 39 卷第 10 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Enhancement of the activity

More information

Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors

Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors Lecture Note on Linear Algebra 16. Eigenvalues and Eigenvectors Wei-Shi Zheng, wszheng@ieee.org, 2011 November 18, 2011 1 What Do You Learn from This Note In this lecture note, we are considering a very

More information

Hebei I.T. (Shanghai) Co., Ltd LED SPECIFICATION

Hebei I.T. (Shanghai) Co., Ltd LED SPECIFICATION Features/ 特征 : Single color/ 单色 High Power output/ 高功率输出 Low power consumption/ 低功耗 High reliability and long life/ 可靠性高 寿命长 Descriptions/ 描述 : Dice material/ 芯片材质 :AlGaAs Emitting Color/ 发光颜色 : Infrared

More information

Theory of Water-Proton Spin Relaxation in Complex Biological Systems

Theory of Water-Proton Spin Relaxation in Complex Biological Systems Theory of Water-Proton Spin Relaxation in Complex Biological Systems Zhiwei Chang Doctoral Thesis by due permission of the Faculty of Engineering LTH, Lund University, Sweden. The thesis will be publicly

More information

Cooling rate of water

Cooling rate of water Cooling rate of water Group 5: Xihui Yuan, Wenjing Song, Ming Zhong, Kaiyue Chen, Yue Zhao, Xiangxie Li 目录. Abstract:... 2. Introduction:... 2 2.. Statement of the problem:... 2 2.2 objectives:... 2 2.3.

More information

Explainable Recommendation: Theory and Applications

Explainable Recommendation: Theory and Applications Explainable Recommendation: Theory and Applications Dissertation Submitted to Tsinghua University in partial fulfillment of the requirement for the degree of Doctor of Philosophy in Computer Science and

More information

复合功能 VZθ 执行器篇 Multi-Functional VZθActuator

复合功能 VZθ 执行器篇 Multi-Functional VZθActuator 篇 Multi-Functional VZθActuator VZθ 系列 VZθ Series 应用 KSS 微型滚珠丝杆花键 (BSSP), 在同一产品里实现直线运动 (z), 旋转 (θ), 吸附 (Vacuum) 功能的模组化产品 The brand new products which applied the KSS miniature Ball Screw with Ball Spline

More information

Coating Pd/Al2O3 catalysts with FeOx enhances both activity and selectivity in 1,3 butadiene hydrogenation

Coating Pd/Al2O3 catalysts with FeOx enhances both activity and selectivity in 1,3 butadiene hydrogenation Chinese Journal of Catalysis 38 (17) 1581 1587 催化学报 17 年第 38 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of the International

More information

偏微分方程及其应用国际会议在数学科学学院举行

偏微分方程及其应用国际会议在数学科学学院举行 1 偏微分方程及其应用国际会议在数学科学学院举行 2007 年 5 月 28 日至 31 日, 偏微分方程及其应用国际会议 (International Conference on PDEs and Applications) 在北京师范大学数学科学学院举行 国际著名数学家, 世界数学家大会一小时报告人, 美国科学院院士,University of Texas at Austin 教授 Luis Caffarelli

More information

Numerical Analysis in Geotechnical Engineering

Numerical Analysis in Geotechnical Engineering M.Sc. in Geological Engineering: Subject No. 8183B2 Numerical Analysis in Geotechnical Engineering Hong-Hu ZHU ( 朱鸿鹄 ) School of Earth Sciences and Engineering, Nanjing University www.slope.com.cn Lecture

More information

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University

Microbiology. Zhao Liping 赵立平 Chen Feng. School of Life Science and Technology, Shanghai Jiao Tong University 1896 1920 1987 2006 Microbiology By Zhao Liping 赵立平 Chen Feng 陈峰 School of Life Science and Technology, Shanghai Jiao Tong University http://micro.sjtu.edu.cn 1896 1920 1987 2006 Preface : Introduction

More information

Basic& ClinicalMedicine March2017 Vol.37 No.3 : (2017) 研究论文,-./ )89:;/Ⅱ,,,,,,!,"#$,%&' ("# <= 9>? B,"# 400

Basic& ClinicalMedicine March2017 Vol.37 No.3 : (2017) 研究论文,-./ )89:;/Ⅱ,,,,,,!,#$,%&' (# <= 9>? B,# 400 2017 3 37 3 Basic& ClinicalMedicine March2017 Vol.37 No.3 :1001 6325(2017)03 0341 05 研究论文,-./01 2343567)89:;/Ⅱ,,,,,,!,"#$,%&' ("# ? =@=A B,"# 400016)!": # CD,E -./ 2343567)89 89:;/Ⅱ(Ang Ⅱ) F $% GHIJ-./KL,E

More information

One step synthesis of graphitic carbon nitride nanosheets for efficient catalysis of phenol removal under visible light

One step synthesis of graphitic carbon nitride nanosheets for efficient catalysis of phenol removal under visible light Chinese Journal of Catalysis 38 (217) 1711 1718 催化学报 217 年第 38 卷第 1 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article One step synthesis of graphitic

More information

Elementary Number Theory An Algebraic Apporach

Elementary Number Theory An Algebraic Apporach Elementary Number Theory An Algebraic Apporach Base on Burton s Elementary Number Theory 7/e 張世杰 bfhaha@gmail.com Contents 1 Preliminaries 11 1.1 Mathematical Induction.............................. 11

More information

2. The lattice Boltzmann for porous flow and transport

2. The lattice Boltzmann for porous flow and transport Lattice Boltzmann for flow and transport phenomena 2. The lattice Boltzmann for porous flow and transport Li Chen XJTU, 2016 Mail: lichennht08@mail.xjtu.edu.cn http://gr.xjtu.edu.cn/web/lichennht08 Content

More information

NiFe layered double hydroxide nanoparticles for efficiently enhancing performance of BiVO4 photoanode in

NiFe layered double hydroxide nanoparticles for efficiently enhancing performance of BiVO4 photoanode in Chinese Journal of Catalysis 39 (218) 613 618 催化学报 218 年第 39 卷第 4 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue on Environmental

More information

SiO2 supported Au Ni bimetallic catalyst for the selective hydrogenation of acetylene

SiO2 supported Au Ni bimetallic catalyst for the selective hydrogenation of acetylene Chinese Journal of Catalysis 38 (217) 1338 1346 催化学报 217 年第 38 卷第 8 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article SiO2 supported Au Ni bimetallic

More information

Photo induced self formation of dual cocatalysts on semiconductor surface

Photo induced self formation of dual cocatalysts on semiconductor surface Chinese Journal of Catalysis 39 (2018) 1730 1735 催化学报 2018 年第 39 卷第 11 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication Photo induced self

More information

Hydrothermal synthesis of nanosized ZSM 22 and their use in the catalytic conversion of methanol

Hydrothermal synthesis of nanosized ZSM 22 and their use in the catalytic conversion of methanol Chinese Journal of Catalysis 37 (2016) 1381 1388 催化学报 2016 年第 37 卷第 8 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Hydrothermal synthesis

More information

2004 Journal of Software 软件学报

2004 Journal of Software 软件学报 000-9825/2004/5(07)0977 2004 Journal of Software 软件学报 Vol5, No7 如何测量 SMP 机群可扩放性 何家华 +, 陈国良, 单久龙 ( 中国科学技术大学计算机科学技术系国家高性能计算中心 ( 合肥 ), 安徽合肥 230027) How to Measure Scalability of SMP Cluster HE Jia-Hua +,

More information

Magnetic Co/Al2O3 catalyst derived from hydrotalcite for hydrogenation of levulinic acid to γ-valerolactone

Magnetic Co/Al2O3 catalyst derived from hydrotalcite for hydrogenation of levulinic acid to γ-valerolactone Chinese Journal of Catalysis 36 (2015) 1512 1518 催化学报 2015 年第 36 卷第 9 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Communication (Special Issue for Excellent

More information

Discrete Mathematics

Discrete Mathematics 1 Discrete Mathematics SSDUT, DUT Zhikui Chen, PhD, Professor Office: Office Building 405,Tel: 62274392 Lab: Student Lab in Office Building (Big Data Institute) Mobile: 13478461921 Email: zkchen@dlut.edu.cn

More information

Proton gradient transfer acid complexes and their catalytic performance for the synthesis of geranyl acetate

Proton gradient transfer acid complexes and their catalytic performance for the synthesis of geranyl acetate Chinese Journal of Catalysis 37 (216) 2114 2121 催化学报 216 年第 37 卷第 12 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Proton gradient transfer

More information

NANOMATERIALES DE CARBONO

NANOMATERIALES DE CARBONO 29 Resultados Datos actualizados a 02/01/2018 [17:04:00] Solicitudes publicadas en los últimos 60 días (excluida automoción) / Applications published in the last 60 days (Automotion publications excluded)

More information

available at journal homepage:

available at  journal homepage: Chinese Journal of Catalysis 36 (2015) 15801586 催化学报 2015 年第 36 卷第 9 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue for Excellent

More information

Day 5. A Gem of Combinatorics 組合わせ論の宝石. Proof of Dilworth s theorem Some Young diagram combinatorics ヤング図形の組合せ論

Day 5. A Gem of Combinatorics 組合わせ論の宝石. Proof of Dilworth s theorem Some Young diagram combinatorics ヤング図形の組合せ論 Day 5 A Gem of Combinatorics 組合わせ論の宝石 Proof of Dilworth s theorem Some Young diagram combinatorics ヤング図形の組合せ論 Recall the last lecture and try the homework solution 復習と宿題確認 Partially Ordered Set (poset)

More information

STUDIES ON CLITICS OF CHINESE - THE GRAMMATICALIZATION APPROACH

STUDIES ON CLITICS OF CHINESE - THE GRAMMATICALIZATION APPROACH 汉语的附着成分研究 从语法化的角度考察 STUDIES ON CLITICS OF CHINESE - THE GRAMMATICALIZATION APPROACH 林尔嵘 LIM NI ENG (B.A. Hons, NUS) 新加坡国立大学中文系硕士学位论文 A THESIS SUBMITTED FOR THE DEGREE OF MASTERS OF ARTS DEPARTMENT OF CHINESE

More information

2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Department of Applied Physics, Waseda University

2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Department of Applied Physics, Waseda University 2015 年度研究活動報告理工学術院 先進理工 応用物理学科小澤徹 Tohru OZAWA Department of Applied Physics, Waseda University 出版された論文 R. Carles, T. Ozawa Finite time extinction for nonlinear Schrödinger equation in 1D and 2D, Commun.

More information

Water oxidation catalytic ability of polypyridine complex containing a μ OH, μ O2 dicobalt(iii) core

Water oxidation catalytic ability of polypyridine complex containing a μ OH, μ O2 dicobalt(iii) core Chinese Journal of Catalysis 39 (2018) 463 471 催化学报 2018 年第 39 卷第 3 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article (Special Issue of Photocatalysis

More information

Definition: Arenes are hydrocarbons based on the benzene ring as a structural unit.

Definition: Arenes are hydrocarbons based on the benzene ring as a structural unit. Chapter 7 ARENES Definition: Arenes are hydrocarbons based on the benzene ring as a structural unit. Monocyclic aromatics CH 3 H 3 C CH 3 Arenes Polycyclic aromatics Ph Ph C CH 3 C Ph Ph Condensed aromatics

More information

Halloween 万圣节. Do you believe in ghosts? 你相信有鬼吗? Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 :

Halloween 万圣节. Do you believe in ghosts? 你相信有鬼吗? Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : Halloween 万圣节 1 Halloween 万圣节 Do you believe in ghosts? 你相信有鬼吗? Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习 : Though many people think it is an American festival, Halloween is

More information

2NA. MAYFLOWER SECONDARY SCHOOL 2018 SEMESTER ONE EXAMINATION Format Topics Comments. Exam Duration. Number. Conducted during lesson time

2NA. MAYFLOWER SECONDARY SCHOOL 2018 SEMESTER ONE EXAMINATION Format Topics Comments. Exam Duration. Number. Conducted during lesson time Art NA T2 W3-W6 Project Work 1) Investigation and Interpretation of Theme 2) Control of Technical Processes 3) Reflection Conducted during lesson time Bahasa Melayu Express Stream SBB 1 2h Bahagian A E-mel

More information

Increasing the range of non noble metal single atom catalysts

Increasing the range of non noble metal single atom catalysts Chinese Journal of Catalysis 38 (2017) 1489 1497 催化学报 2017 年第 38 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Perspective (Special Issue of

More information

Chapter 10 ALCOHOLS, PHENOLS, AND ETHERS

Chapter 10 ALCOHOLS, PHENOLS, AND ETHERS Chapter 10 ALCOHOLS, PHENOLS, AND ETHERS The next several chapters deal with the chemistry of various oxygen-containing functional groups. The interplay of these important classes of compounds alcohols,

More information

Synthesis of Ag/AgCl/Fe S plasmonic catalyst for bisphenol A degradation in heterogeneous photo Fenton system under visible light irradiation

Synthesis of Ag/AgCl/Fe S plasmonic catalyst for bisphenol A degradation in heterogeneous photo Fenton system under visible light irradiation Chinese Journal of Catalysis 38 (217) 1726 1735 催化学报 217 年第 38 卷第 1 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Synthesis of Ag/AgCl/Fe

More information

ASSESSING THE QUALITY OF OPEN ACCESS JOURNALS

ASSESSING THE QUALITY OF OPEN ACCESS JOURNALS ASSESSING THE QUALITY OF OPEN ACCESS JOURNALS 审核开放获取期刊的质量 S E M I N A R A T C H I N A O P E N A C C E S S W E E K O C T O B E R 1 9, 2 0 1 6, B E I J I N G T O M @ D O A J. O R G E D I T O R - I N - C

More information

Seed induced synthesis of small crystal TS 1 using ammonia as alkali source

Seed induced synthesis of small crystal TS 1 using ammonia as alkali source Chinese Journal of Catalysis 36 (2015) 1928 1935 催化学报 2015 年第 36 卷第 11 期 www.chxb.cn available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Seed induced synthesis of

More information

台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 CC 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出

台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 CC 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出 台灣大學開放式課程 有機化學乙 蔡蘊明教授 本著作除另有註明, 作者皆為蔡蘊明教授, 所有內容皆採用創用 姓名標示 - 非商業使用 - 相同方式分享 3.0 台灣授權條款釋出 hapter S Stereochemistry ( 立體化學 ): chiral molecules ( 掌性分子 ) Isomerism constitutional isomers butane isobutane 分子式相同但鍵結方式不同

More information

Nature 2018 A. Banino, Caswell Barry et.al 唐姝炅 _

Nature 2018 A. Banino, Caswell Barry et.al 唐姝炅 _ Nature 2018 A. Banino, Caswell Barry et.al 201711060109 唐姝炅201711060109_595014505 1 Nature, 557:429-433, 2018 Andrea Banino, Caswell Barry, Benigno Uria, Charles Blundell, Timothy Lillicrap, Piotr Mirowski,

More information

Effect of promoters on the selective hydrogenolysis of glycerol over Pt/W containing catalysts

Effect of promoters on the selective hydrogenolysis of glycerol over Pt/W containing catalysts Chinese Journal of Catalysis 37 (2016) 1513 1520 催化学报 2016 年第 37 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Effect of promoters on

More information

论文摘要 我们生活在一个快速城镇化的世界上, 据联合国统计,2014 年, 世界人口的 54% 生活在城市里, 而目前世界人口的六分之一左右处于贫困中 这种情况说明在全球化的环境当中,

论文摘要 我们生活在一个快速城镇化的世界上, 据联合国统计,2014 年, 世界人口的 54% 生活在城市里, 而目前世界人口的六分之一左右处于贫困中 这种情况说明在全球化的环境当中, 论文摘要 我们生活在一个快速城镇化的世界上, 据联合国统计,2014 年, 世界人口的 54% 生活在城市里, 而目前世界人口的六分之一左右处于贫困中 这种情况说明在全球化的环境当中, 经济增长本身是不够的, 是因为一旦社会在一定程度上达到能够满足人们的基本需求的经济阈值, 保持一个国家人口的幸福感便应该成为可持续发展的最终目标 因此,21 世纪的最重要挑战之一在于创建在社会 经济与环境三个层面上均可持续发展的城市和社区

More information

Finite-Difference Methods (FDM)

Finite-Difference Methods (FDM) Finite-Diffeence Methods (FDM) Finite-diffeence Appoimations Assuming a 1D f() as in Fig.4.14 witing f 1 and f as Talo seies epansions aound = 0 Appoimating deivatives at f f (1) () ( 0) = f h f + h 1

More information

Principia and Design of Heat Exchanger Device 热交换器原理与设计

Principia and Design of Heat Exchanger Device 热交换器原理与设计 Principia and Design of Heat Exchanger Device 热交换器原理与设计 School of Energy and Power Engineering, SDU Presented: 杜文静 E-mail: wjdu@sdu.edu.cn Telephone: 88399000-511 1. Spiral heat exchanger 螺旋板式热交换器 basic

More information

Influence of surface strain on activity and selectivity of Pd based catalysts for the hydrogenation of acetylene: A DFT study

Influence of surface strain on activity and selectivity of Pd based catalysts for the hydrogenation of acetylene: A DFT study Chinese Journal of Catalysis 39 (2018) 1493 1499 催化学报 2018 年第 39 卷第 9 期 www.cjcatal.org available at www.sciencedirect.com journal homepage: www.elsevier.com/locate/chnjc Article Influence of surface strain

More information

Market Opening Highest Bid Lowest Bid Closing Price Previous Closing Price

Market Opening Highest Bid Lowest Bid Closing Price Previous Closing Price 12. 04. 2019 Trading Date for 11/04/2019 XAU / GOLD SPOT PER TROY OUNCE Market Opening 1307.99 Highest Bid 1309.31 Lowest Bid 1289.73 Closing Price 1292.51 Previous Closing Price 1307.99 (*Source: Bloomberg)

More information

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香

能源化学工程专业培养方案. Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 能源化学工程专业培养方案 Undergraduate Program for Specialty in Energy Chemical Engineering 专业负责人 : 何平分管院长 : 廖其龙院学术委员会主任 : 李玉香 Director of Specialty: He Ping Executive Dean: Liao Qilong Academic Committee Director:

More information