|
|
m****h 发帖数: 13 | 3 if your solution/matrix do not have sparsity, there is no meaning to use
wavelet approach for numerically solve PDE.
Advantages for Wavelet approach:
1. Wavelet method combine(O(N)) the advantages of both spectral (O(N Log_2 N
)) and finite difference methods
and allow both space and time dependent coefficients;
2. Large classes of operators and functions are sparse or sparse to high
accuracy when transformed into the wavelet domain;
3. It is suitable for problems with the multiple spatial |
|
m******t 发帖数: 273 | 4 It is not a homework.
I need help for solving problems.
Thanks ! |
|
m******t 发帖数: 273 | 5 I need to solve an integral equation embedded with another integral equation
by python 3.2 in win7.
There are 2 integral equations.
The code is here:
import numpy as np
from scipy.optimize.minpack import fsolve
from numpy import exp
from scipy.integrate.quadpack import quad
import matplotlib.pyplot as plt
import sympy as syp
lb = 0
def integrand2(x, a):
print("integrand2 called")
return x**(a-1) * exp(-x)
def integrand1(x, b, c):
print(... 阅读全帖 |
|
h****a 发帖数: 234 | 6 here's one of the solutions:
try y(t)->c*t^lamda
then solve for c and lamda |
|
m****i 发帖数: 159 | 7 Celebrated Math Problem Solved, Russian Reports
By SARA ROBINSON
Russian mathematician is reporting that he has proved the Poincaré
Conjecture, one of the most famous unsolved problems in mathematics.
The mathematician, Dr. Grigori Perelman of the Steklov Institute of
Mathematics of the Russian Academy of Sciences in St. Petersburg, is
describing his work in a series of papers, not yet completed.
It will be months before the proof can be thoroughly checked. But if true, it
will verify a statemen |
|
r****y 发帖数: 1437 | 8 【 以下文字转载自 Computation 讨论区 】
发信人: rossby (五十岚已夜), 信区: Computation
标 题: numerical solving PDE on infinite semi-plane
发信站: BBS 未名空间站 (Wed Sep 13 17:15:02 2006)
For PDE with b.c. at 0 and +inf, is there a way to numerically cop with
such problem? |
|
Q******g 发帖数: 607 | 9 I want to know too.
I'm studying finite element method. Hope FEM can solve my problem. |
|
g*******r 发帖数: 270 | 10 x<-cbind(c(1, 1, 1),c( 4, 2, -1))
求 (x'x)^(-1),我分别用ab两种方法
a, (t(x)%*%x)^(-1)
b, solve(t(x)%*%x)
得到的却是两种不同的结果,请教为何?
谢谢? |
|
B******y 发帖数: 9065 | 11 A^(-1)的每个元素是原矩阵A的每个元素的倒数,而solve(A)是原矩阵A的逆矩阵。 |
|
y**********0 发帖数: 425 | 12 DATA TEST;
INPUT X Y Z;
DATALINES;
1 3 15
7 13 7
8 12 5
3 4 14
4 7 10
;
PROC REG DATA=TEST;
MODEL Y=X;
PLOT PREDICTED.*X='P' Y*X='O'/OVERLAY;
RUN;
There is no regression line,not like what the book said.
And there is no sign of P or O,
how to solve this problem.
Thank you. |
|
m******t 发帖数: 273 | 13 I need to solve a mathematical optimization model with integral as
constraints.
Min. | s1 - k1 | + | s2- k2 |
s.t.
integral_from_0_to_M of f(x) = 1
s1 = integral_from_0_to_M of x * f(x)
s2 = integral_from_0_to_M of x^2 * f(x)
M, k1 and k2 are positive numbers
f(x) is a probability density function of x with arguments of
(alpha, beta, 0, M)
f(x) = G * (x * beta)^(alpha -1) * e^(-x * beta)
G = alpha * beta / [( gamma(al... 阅读全帖 |
|
l********8 发帖数: 668 | 14 一家公司要电面programming/puzzle solving。 并说 You can choose any of the
regular programming languages (preferably one mentioned in the job
description). The focus will also be directed more towards general coding
skills and data structures.
在job description中的programming languages,我就用过C/C++. 但自从工作以来,
都是用SAS, R。 再未用过C/C++。 这怎么办? |
|
f********m 发帖数: 8397 | 15 【 以下文字转载自 Automobile 讨论区 】
发信人: LaoDa (LaoDa), 信区: Automobile
标 题: Passat: Secondary Air Injection, Problem solved
发信站: Unknown Space - 未名空间 (Fri Oct 3 13:04:12 2003), 转信
I'm posting this because I know some other guys have the similar problem. Hope
it will help.
The problems I had are:
1. Check Engine Light on, Error code P0411--Secondary Air Injection System,
incorret flow.
2. Battery drained out after the car was parked overnight, happened twice last
week.
All the problems are caused by a b |
|
|
s******o 发帖数: 298 | 17 Scientists learn that weird stars heavy in helium are the progeny of white
dwarf mergers.
by Kelly Kizer Whitt
Simon Jeffery of the Armagh Observatory and Hideyuki Saio of Tohoku University
have solved the puzzle of how helium stars are created. Their collaboration,
through observations and computer modeling, has revealed the merger of two
white dwarf stars to be the parentage behind the birth of helium stars.
These odd stars, including a group of variable stars named after the prototype
R Coron |
|
f**d 发帖数: 768 | 18 这是一本计算神经科学的优秀著作,全文拷贝这里(图和公式缺),有兴趣的同学可以
阅读
如需要,我可以分享PDF文件(--仅供个人学习,无商业用途)
From Computer to Brain
William W. Lytton
From Computer to Brain
Foundations of Computational Neuroscience
Springer
William W. Lytton, M.D.
Associate Professor, State University of New York, Downstato, Brooklyn, NY
Visiting Associate Professor, University of Wisconsin, Madison
Visiting Associate Professor, Polytechnic University, Brooklyn, NY
Staff Neurologist., Kings County Hospital, Brooklyn, NY
In From Computer to Brain: ... 阅读全帖 |
|
a*****g 发帖数: 19398 | 19 我一直说 common core 出的问题,现在终于有其他人出文章了
http://www.theatlantic.com/education/archive/2015/11/math-showi
Common Core-era rules that force kids to diagram their thought processes can
make the equations a lot more confusing than they need to be.
Rogelio V. Solis / AP
At a middle school in California, the state testing in math was underway via
the Smarter Balanced Assessment Consortium (SBAC) exam. A girl pointed to
the problem on the computer screen and asked “What do I do?” The proctor
read the instruc... 阅读全帖 |
|
a*****g 发帖数: 19398 | 20 我一直说 common core 出的问题,现在终于有其他人出文章了
http://www.theatlantic.com/education/archive/2015/11/math-showi
Common Core-era rules that force kids to diagram their thought processes can
make the equations a lot more confusing than they need to be.
Rogelio V. Solis / AP
At a middle school in California, the state testing in math was underway via
the Smarter Balanced Assessment Consortium (SBAC) exam. A girl pointed to
the problem on the computer screen and asked “What do I do?” The proctor
read the instruc... 阅读全帖 |
|
W******e 发帖数: 3319 | 21 1. Introduction
My interest in studying creativity was inspired by the frustrations that I
felt as a student, then as a professor. I wanted to know how I could
encourage creativity in myself, my students, and my colleagues.
Politicians, industrial managers, academic administrators, and other leaders
often say that innovation is critical to the future of civilization, our
country, their company, etc. But in practice, these same people often act as
if innovation is an evil that must be suppressed,... 阅读全帖 |
|
f*********i 发帖数: 197 | 22 Problem solving (40 Points)
https://www.interviewstreet.com/challenges/dashboard/#problem/4ec82f33c6217
There are N problems numbered 1..N which you need to complete. You've
arranged the problems in increasing difficulty order, and the ith problem
has estimated difficulty level i. You have also assigned a rating vi to each
problem. Problems with similar vi values are similar in nature. On each day
, you will choose a subset of the problems and solve them. You've decided
that each subsequent prob... 阅读全帖 |
|
a*****g 发帖数: 19398 | 23 Teaching math concepts boosts student understanding
Elementary students' math skills improve when they learn the concepts behind
a problem before learning the skills needed to solve a problem, according t
o a recent study. Researchers found that 67% of the students in the study wh
o learned concepts first solved more problems with accuracy, compared with 4
4% of students who did not learn concepts first. Chalkbeat/Tennessee (8/13)
Students are more likely to be able to solve math problems if the... 阅读全帖 |
|
a*****g 发帖数: 19398 | 24 Teaching math concepts boosts student understanding
Elementary students' math skills improve when they learn the concepts behind
a problem before learning the skills needed to solve a problem, according t
o a recent study. Researchers found that 67% of the students in the study wh
o learned concepts first solved more problems with accuracy, compared with 4
4% of students who did not learn concepts first. Chalkbeat/Tennessee (8/13)
Students are more likely to be able to solve math problems if the... 阅读全帖 |
|
a*****g 发帖数: 19398 | 25 Teaching math concepts boosts student understanding
Elementary students' math skills improve when they learn the concepts behind
a problem before learning the skills needed to solve a problem, according t
o a recent study. Researchers found that 67% of the students in the study wh
o learned concepts first solved more problems with accuracy, compared with 4
4% of students who did not learn concepts first. Chalkbeat/Tennessee (8/13)
Students are more likely to be able to solve math problems if the... 阅读全帖 |
|
t********r 发帖数: 4908 | 26 ☆─────────────────────────────────────☆
ailian (家有两帅哥) 于 (Tue Feb 2 10:37:28 2010, 美东) 提到:
原先觉得自己对娃特有耐心, 无论娃怎么调皮,我都很少真的跟他生气, 顶多是虎着
脸吓唬他一下。我家老大从小至今从没挨过打。
可是最近在有些事情上我觉得自己对老大越来越失去耐心了, 尤其是每天晚上routine
的洗澡刷牙, 都要催N遍, 洗完澡,涂lotion,穿衣服, 在他身上浪费N多时间和口
舌。 昨天晚上我忍着不催他, 结果人家洗完澡光溜溜地坐在沙发上发呆了十几分钟,
才慢吞吞地穿上衣服, 然后打了好几个大喷嚏。
真不知道啥时候娃可以不用我在他后面唠叨这些琐碎的事情, 说实话, 我唠叨的时候
都觉得自己象复读机了。
☆─────────────────────────────────────☆
mark (花生,微爷远爷的爸爸) 于 (Tue Feb 2 10:41:06 2010, 美东) 提到:
正常阿。
我们都变得更唠叨了。。
routine
☆────────────... 阅读全帖 |
|
x******g 发帖数: 33885 | 27 Subject: Asking your action against this ongoing promotion of racial
genocide by Jimmy Kimmel and ABC.
写给国会议员样本1:
Dear Honorable Senator / Congressman / Congresswoman / Representative XXX,
I am furious about the show named Kids Table - Government shut down from
Jimmy Kimmel Live. It was suggested by one of the children that killing all
Chinese would solve the debt problem for the US, and EVERYONE including the
adult host is laughing about it. The host even commented that "This is
interesting!"
... 阅读全帖 |
|
a*****g 发帖数: 19398 | 28 IL 教师对 PARCC 发表的意见
【注:PARCC是基于Common Core的 Assessment】
Dear ICTM colleagues:
With the recent, extensive field test of PARCC test items now completed and
some sample items posted on the PARCC web site, teachers now have a better s
ense of the kinds of test items that PARCC will be asking. (Practice items
form the Grades 3-8 performance-based tests will be released in Fall 2014.)
I raise here one concern about plans for the performance (open response) ite
ms in the hope of generating some discuss... 阅读全帖 |
|
a*****g 发帖数: 19398 | 29 长篇文章:Why Do Americans Stink at Math?
When Akihiko Takahashi was a junior in college in 1978, he was like most of
the other students at his university in suburban Tokyo. He had a vague sense
of wanting to accomplish something but no clue what that something should b
e. But that spring he met a man who would become his mentor, and this relati
onship set the course of his entire career.
Takeshi Matsuyama was an elementary-school teacher, but like a small number
of instructors in Japan, he taught no... 阅读全帖 |
|
a*****g 发帖数: 19398 | 30 IL 教师对 PARCC 发表的意见
【注:PARCC是基于Common Core的 Assessment】
Dear ICTM colleagues:
With the recent, extensive field test of PARCC test items now completed and
some sample items posted on the PARCC web site, teachers now have a better s
ense of the kinds of test items that PARCC will be asking. (Practice items
form the Grades 3-8 performance-based tests will be released in Fall 2014.)
I raise here one concern about plans for the performance (open response) ite
ms in the hope of generating some discuss... 阅读全帖 |
|
a*****g 发帖数: 19398 | 31 长篇文章:Why Do Americans Stink at Math?
When Akihiko Takahashi was a junior in college in 1978, he was like most of
the other students at his university in suburban Tokyo. He had a vague sense
of wanting to accomplish something but no clue what that something should b
e. But that spring he met a man who would become his mentor, and this relati
onship set the course of his entire career.
Takeshi Matsuyama was an elementary-school teacher, but like a small number
of instructors in Japan, he taught no... 阅读全帖 |
|
b*****9 发帖数: 8922 | 32 ☆─────────────────────────────────────☆
Msmall (Msmall) 于 (Fri Nov 26 10:16:14 2010, 美东) 提到:
我们知道, 一个民族, 一个国家的强大兴衰, 与一个国家一个民族的教育有密切的关系
. 教育好, 就一定会强大起来. 教育有问题, 就一定会衰落下去.
美国是一个移民国家, 它只有200多年的历史, 它的发达是因为刚开始华盛顿就抛弃帝
王之心, 让美国非常幸运的在政治体制上胜过了世界所有其它国家. 美国的强大主要是
依靠美国这中制度和由此而来的精明政治家. 它在科技方面的领先主要靠的是涌向美国
的世界各个国家各个领域的优秀人才. 那么有一点很清楚, 美国所依赖的这些高科技人
才从整体上讲不是美国土生土长的教育制度培养出来的.
美国的中小教育学存在很大的问题, "放羊"式的教育与中国极其他国家的严格正规教育
形成鲜明对照. 其实如果你仔细分析一下就很容易发现美国的中小学教育容易让学生形
成不愿意吃苦以及不耐心的性格. 容易让学生形成对"我知道"的理解就是"马马虎虎知
道怎么会事". 学生容易形成... 阅读全帖 |
|
u****n 发帖数: 7521 | 33 Jim Rogers on the Greek Bailout
from The Big Picture by Barry Ritholtz
Full Transcript – Jim Rogers on the Greek Bailout – November 4, 2011 below.
Reuters: Jim, first we had a referendum then we didn’t. Now there’s talk
of a coalition government. How do you see this Greek drama playing out here?
Jim Rogers: Jon, all of this is just pushing for problems out into the
future. Everybody is trying to get past the next election and it’s not
going to end well at all. It’s going to end very, very badly ... 阅读全帖 |
|
a*****g 发帖数: 19398 | 34 IL 教师对 PARCC 发表的意见
【注:PARCC是基于Common Core的 Assessment】
Dear ICTM colleagues:
With the recent, extensive field test of PARCC test items now completed and
some sample items posted on the PARCC web site, teachers now have a better s
ense of the kinds of test items that PARCC will be asking. (Practice items
form the Grades 3-8 performance-based tests will be released in Fall 2014.)
I raise here one concern about plans for the performance (open response) ite
ms in the hope of generating some discuss... 阅读全帖 |
|
a*****g 发帖数: 19398 | 35 长篇文章:Why Do Americans Stink at Math?
When Akihiko Takahashi was a junior in college in 1978, he was like most of
the other students at his university in suburban Tokyo. He had a vague sense
of wanting to accomplish something but no clue what that something should b
e. But that spring he met a man who would become his mentor, and this relati
onship set the course of his entire career.
Takeshi Matsuyama was an elementary-school teacher, but like a small number
of instructors in Japan, he taught no... 阅读全帖 |
|
a*****g 发帖数: 19398 | 36 IL 教师对 PARCC 发表的意见
【注:PARCC是基于Common Core的 Assessment】
Dear ICTM colleagues:
With the recent, extensive field test of PARCC test items now completed and
some sample items posted on the PARCC web site, teachers now have a better s
ense of the kinds of test items that PARCC will be asking. (Practice items
form the Grades 3-8 performance-based tests will be released in Fall 2014.)
I raise here one concern about plans for the performance (open response) ite
ms in the hope of generating some discuss... 阅读全帖 |
|
a*****g 发帖数: 19398 | 37 长篇文章:Why Do Americans Stink at Math?
When Akihiko Takahashi was a junior in college in 1978, he was like most of
the other students at his university in suburban Tokyo. He had a vague sense
of wanting to accomplish something but no clue what that something should b
e. But that spring he met a man who would become his mentor, and this relati
onship set the course of his entire career.
Takeshi Matsuyama was an elementary-school teacher, but like a small number
of instructors in Japan, he taught no... 阅读全帖 |
|
a**e 发帖数: 8800 | 38 [Benjamin Solomon "Ben" Carson, Sr. (September 18, 1951)] Source: LYBIO.net
Thank you so much. Mr. President, Mr. Vice President, Mrs. Obama,
distinguished guests – which included everybody. Thank you so much for this
wonderful honor to be at this stage again. I was here 16 years ago, and the
fact that they invited me back means that I didn’t offend too many people,
so that was great. [LAUGHTER]
I want to start by reading four texts which will put into I want to start by
reading four texts which... 阅读全帖 |
|
a***s 发帖数: 5417 | 39 Here's the transcript of his speech on national breakfast.
-----------------------------------------------------------
[Benjamin Solomon "Ben" Carson, Sr. (September 18, 1951)] Source: LYBIO.net
Thank you so much. Mr. President, Mr. Vice President, Mrs. Obama,
distinguished guests – which included everybody. Thank you so much for this
wonderful honor to be at this stage again. I was here 16 years ago, and the
fact that they invited me back means that I didn’t offend too many people,
so that was ... 阅读全帖 |
|
g****7 发帖数: 45 | 40 Write a resume that gets an employer's attention
Posted by: Chad Bauer | Posted at: 12:05 AM | Filed Under: resume templates,
resumes, sample resumes |
Ever submit a resume and wondered why you didn’t even get a call, when you
felt that you were ideal for the job? Ever felt that your resume was buried
in a database and not even getting seen?
Chances are your resume didn’t demonstrate the 3 things an employer looks f
or on a resume. Even in the prescreening process (databases, recruiters and
HR s... 阅读全帖 |
|
b*****n 发帖数: 482 | 41 I have got a semi-baked solution. It deals with input [A, B] if A = 10^n
and B= 10^(n+1) - 1, e.g. [10, 99], or [100, 999].
Starting with B, store B into a vector(vBEnd) for easy processing.
Set CurSumB to the sum of each digits in B;
Set SumNeededB to 7 * number of digits in B;
Set extra = CurSumB - SumNeededB. Here extra means how much we can
decrease for the digits in B and still make the average >= 7;
e.g. if B=999, CurSumB = 27, SumNeededB = 7*3 = 21, extra = 6.
Let i = index of LSB of B, d... 阅读全帖 |
|
w*****3 发帖数: 101 | 42 来自主题: JobHunting版 - 一道G老题 我觉得可以recursively
binary search root at the array
case1:Found in ith
//add ary[i] into rst
solve(tn root.left, ary, start, i)
solve(tn root.right, ary, i+1, end)
case 2: Not found
2.1 between i -1 and i element
solve(tn root.right, ary, i, end)
solve(tn root.left, ary, start, i)
2.2 smaller than start th element
solve(tn root.right, ary, start, end)
2.3 bigger than (end th - 1) element
solve( tn root.left, ary, start, end)
这样会不会快一点 |
|
r****t 发帖数: 10904 | 43 【 以下文字转载自 Statistics 讨论区 】
发信人: iphone55 (我爱苹果), 信区: Statistics
标 题: 我是不是真的没救了,大家进来看一下。 (转载)
发信站: BBS 未名空间站 (Sun Jan 15 00:42:06 2012, 美东)
发信人: Dreamer (不要问我从哪里来), 信区: Dreamer
标 题: 我是不是真的没救了,大家进来看一下。
发信站: BBS 未名空间站 (Sun Jan 15 00:18:55 2012, 美东)
请把我这个帖子转到统计版,谢谢!
在写这个帖子之前的5分钟,我真的觉得我自己没救了。我是一个统计的博士,在一个前100左右的大学今年博士毕业了。我成绩不好,博士的gpa只有3.6,在我们系老中里排倒数第一,要不是系里有几个老美的博士生垫底,系里可能就把我kick out 了,在一个full professor手底下干活,总是不能让他满意,本来他想让我2010年毕业,无奈,我research太差,托到2011年底才毕业的。因为他本来想让我2010年毕业,我2010年初开始投简历,找工作,说到找工作,那... 阅读全帖 |
|
d*k 发帖数: 207 | 44 好久没来贡献了,刚好有时间来,和大家交流一下。
这个题需要一个巧妙的思路,如果想不到是无法解答的。个人认为这种depend solely
on one key observation的题目不适合当面试题,而且以我的能力,除非有很好的提示
,不可能想出来。
设原来的结构为
a1a2a3...anb1b2b3...bn,需要变换为a1b1a2b2a3b3...anbn。可以把左右两个数组看
做A和B,长度分别为n。现在把A和B都划分成两个长度为n/2的数组,则输入可表示为
A1A2B1B2。这里的四个数组长度都是n/2(n是奇数也则A2和B2的长度比A1和B1的长度少
1)。有算法可以在O(n)时间内inplace地交换A2和B1得到A1B1A2B2。之后递归地处理
A1B1和A2B2。时间复杂度分析,上面的递归时间代价可以表示为
T(n) = O(n/2) + 2 * T(n / 2)
因此T(n) = O(nlogn)。
关于inplace地交换A2和B1的算法,相信大家都知道了。首先将A2B1这部分反序,设A2
长度为p,B1长度为q。反序后的部分,先将前q个元素反序,再将后面的p个... 阅读全帖 |
|
d*k 发帖数: 207 | 45 好久没来贡献了,刚好有时间来,和大家交流一下。
这个题需要一个巧妙的思路,如果想不到是无法解答的。个人认为这种depend solely
on one key observation的题目不适合当面试题,而且以我的能力,除非有很好的提示
,不可能想出来。
设原来的结构为
a1a2a3...anb1b2b3...bn,需要变换为a1b1a2b2a3b3...anbn。可以把左右两个数组看
做A和B,长度分别为n。现在把A和B都划分成两个长度为n/2的数组,则输入可表示为
A1A2B1B2。这里的四个数组长度都是n/2(n是奇数也则A2和B2的长度比A1和B1的长度少
1)。有算法可以在O(n)时间内inplace地交换A2和B1得到A1B1A2B2。之后递归地处理
A1B1和A2B2。时间复杂度分析,上面的递归时间代价可以表示为
T(n) = O(n/2) + 2 * T(n / 2)
因此T(n) = O(nlogn)。
关于inplace地交换A2和B1的算法,相信大家都知道了。首先将A2B1这部分反序,设A2
长度为p,B1长度为q。反序后的部分,先将前q个元素反序,再将后面的p个... 阅读全帖 |
|
m*******n 发帖数: 47 | 46 #include
#include
#include
using namespace std;
void solve(vector list, int l, int r) {
if(l>r) return;
int m = (l+r)/2;
if (list[m-1]==list[m+1]&&(list[m]==list[m-1]+1||list[m]==list[m-1]-1)) {
cout<<"found local max/min at "<
}
if(abs(list[l]-list[r])>=r-l) return;
solve(list, m+1,r);
solve(list, l,m-1);
}
void solve(vector list) {
if(list.size()<3)return;
solve(list, 1, list.size()-2);
}
int main() {
... 阅读全帖 |
|
y****s 发帖数: 46 | 47 PVH has the following job openings.
1. Business Systems Analyst-Commercial IT-Store Systems
2. Testing Manager
3. Senior Developer-Middleware
for more info, please check www.pvh.com site.
Business Systems Analyst-
Commercial IT-Store Systems
More information about this job:
Overview:
PVH Corp. is a global, action-oriented company characterized by achievement
and commitment. We
want people who are hungry for both professional and personal growth; who
will help us take our
brands, our businesses a... 阅读全帖 |
|
k******p 发帖数: 6 | 48 小弟是fresh ms刚毕业,package都是标准配置,没有negotiate,跟HR聊过以后她发了
以下这些组给我选:
Ad Products
AWS Security
EC2 load balancing
IPC
DBS Redshift, Aurora, Console
AWS Bill Presentation
AWS Networking
以下是这些组的介绍:
Ad Products (1 spot open)
Advertising Products is innovating at the intersection of advertising and
eCommerce. Our team is seeking talented self-starters to invent & build
solutions in an expanding array of ad environments. Our teams include top
engineers designing in mobile, video, cost-per-click, Kindle with... 阅读全帖 |
|
a*****g 发帖数: 19398 | 49 Stanford neuroscience research identifies more effective way to teach
abstract math concepts to children
A new study shows that students who use symmetry to learn about numbers tap
into critical brain circuits. The approach appears promising in improving
math skills in general.
By Edmund L. Andrews
(Courtesy AAALab@Stanford)
Building on new discoveries about how the brain grapples with abstract
mathematics, researchers at Stanford Graduate School of Education (https://
ed.stanford.edu/) have dev... 阅读全帖 |
|