首页 > 最新文献

Symposium on Interactive Systems for Experimental Applied Mathematics最新文献

英文 中文
An interactive console operating as background in a large computer system 在大型计算机系统中作为后台操作的交互式控制台
Pub Date : 1967-08-01 DOI: 10.1145/2402536.2402554
S. Schlesinger, Lawrence Sashkin, C. Aumann
In order to fill the gap between small desktop calculators and conventional computer programming, an interactive console system has been developed to permit engineers and mathematicians to solve small scale problems with a simple algebra-like language, EASY (Elementary Algebraic Solutions for You). In order to achieve effective operation at low cost, the consoles (IBM 2260) are supported as a low level background function on an IBM 360 Model 40 computer Attached Support Processor (ASP), which is simultaneously supplying data processing capability to support multiple printers, plotters, card readers and punches, auxiliary storage devices, and the monitoring and job scheduling for an attached IBM 360 Model 65 computer (Fig. 1).
为了填补小型桌面计算器和传统计算机编程之间的空白,一种交互式控制台系统已经被开发出来,允许工程师和数学家用一种简单的类似代数的语言来解决小规模的问题,EASY (Elementary Algebraic Solutions for You)。为了以低成本实现有效的操作,控制台(IBM 2260)作为IBM 360 Model 40计算机附加支持处理器(ASP)的低级后台功能得到支持,该处理器同时提供数据处理能力,以支持多台打印机,绘图仪,读卡器和打孔机,辅助存储设备以及附加的IBM 360 Model 65计算机的监控和作业调度(图1)。
{"title":"An interactive console operating as background in a large computer system","authors":"S. Schlesinger, Lawrence Sashkin, C. Aumann","doi":"10.1145/2402536.2402554","DOIUrl":"https://doi.org/10.1145/2402536.2402554","url":null,"abstract":"In order to fill the gap between small desktop calculators and conventional computer programming, an interactive console system has been developed to permit engineers and mathematicians to solve small scale problems with a simple algebra-like language, EASY (Elementary Algebraic Solutions for You). In order to achieve effective operation at low cost, the consoles (IBM 2260) are supported as a low level background function on an IBM 360 Model 40 computer Attached Support Processor (ASP), which is simultaneously supplying data processing capability to support multiple printers, plotters, card readers and punches, auxiliary storage devices, and the monitoring and job scheduling for an attached IBM 360 Model 65 computer (Fig. 1).","PeriodicalId":148361,"journal":{"name":"Symposium on Interactive Systems for Experimental Applied Mathematics","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132818487","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Mathematical symbol processing 数学符号处理
Pub Date : 1967-08-01 DOI: 10.1145/2402536.2402557
C. Abraham, T. Pearcey
Most of the early efforts to write computer programs which perform symbolic mathematical operations were directed toward polynomial manipulation including their differentiation and integration [1, 2]. In 1961, Bernick et al. [3] produced an interpretive routine to provide multiple capabilities for a general class of mathematical expression. More recent programs belonging to the same class are FORMAC [4] and Formula ALGOL, [5] but both suffer various kinds of restrictions.
大多数早期编写执行符号数学运算的计算机程序的努力都是针对多项式的操作,包括它们的微分和积分[1,2]。1961年,Bernick等人[3]提出了一个解释性例程,为一类一般的数学表达式提供多种功能。最近属于同一类的程序是FORMAC[4]和Formula ALGOL[5],但它们都受到各种各样的限制。
{"title":"Mathematical symbol processing","authors":"C. Abraham, T. Pearcey","doi":"10.1145/2402536.2402557","DOIUrl":"https://doi.org/10.1145/2402536.2402557","url":null,"abstract":"Most of the early efforts to write computer programs which perform symbolic mathematical operations were directed toward polynomial manipulation including their differentiation and integration [1, 2]. In 1961, Bernick et al. [3] produced an interpretive routine to provide multiple capabilities for a general class of mathematical expression. More recent programs belonging to the same class are FORMAC [4] and Formula ALGOL, [5] but both suffer various kinds of restrictions.","PeriodicalId":148361,"journal":{"name":"Symposium on Interactive Systems for Experimental Applied Mathematics","volume":"779 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123285429","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
An implementation of automatic array arithmetic by a generalized push-down stack 一种由广义下推堆栈实现的自动数组算法
Pub Date : 1967-08-01 DOI: 10.1145/2402536.2402583
J. Reinfelds
One of the most fundamental and useful notions of mathematical analysis is the concept of a continuous, single valued function of one independent variable. By y = f(x) we mean that for every x in the range of x, defined as α ≤ x ≤ β, the mapping f provides us with a value in the domain of the function yαyyβ, where yα = f(xα) and yβ = f(xβ). In a numerical computation we represent the part of the range of the independent variable, which is of interest to us, by a suitably chosen ordered set of n + 1 values (x0, x1, x2, . . ., xn), and a representation of any function over this range is then found by evaluating y = f(x) at these points, to obtain a corresponding ordered set of values (y0, y1, y2, . . ., yn). Because of the obvious analogy, these arrays of numbers representing continuous functions are often called vectors. However, a semantic problem arises when we discuss vectors of functions, such as the vector potential or the wind velocity patterns in the atmosphere. Therefore, I prefer to make a special case of the representations of continuous functions and refer to them as arrays rather than vectors.
数学分析中最基本和最有用的概念之一是单自变量的连续单值函数的概念。通过y = f(x),我们的意思是,对于定义为α≤x≤β的x范围内的每个x,映射f为我们提供了函数yα≤y≤yβ的定义域内的值,其中yα = f(xα), yβ = f(xβ)。在数值计算中,我们通过适当选择的n + 1个值的有序集合(x0, x1, x2,…,xn)来表示我们感兴趣的自变量范围的一部分,然后通过在这些点上计算y = f(x)来找到该范围内任何函数的表示,从而获得相应的有序集合(y0, y1, y2,…,yn)。由于明显的类比,这些表示连续函数的数字数组通常被称为向量。然而,当我们讨论函数的向量时,如向量势或大气中的风速模式,就会出现语义问题。因此,我更喜欢对连续函数的表示做一个特殊的例子,并将它们称为数组而不是向量。
{"title":"An implementation of automatic array arithmetic by a generalized push-down stack","authors":"J. Reinfelds","doi":"10.1145/2402536.2402583","DOIUrl":"https://doi.org/10.1145/2402536.2402583","url":null,"abstract":"One of the most fundamental and useful notions of mathematical analysis is the concept of a continuous, single valued function of one independent variable. By <i>y</i> = <i>f</i>(<i>x</i>) we mean that for every <i>x</i> in the range of <i>x</i>, defined as α ≤ x ≤ β, the mapping <i>f</i> provides us with a value in the domain of the function <i>y</i><sub>α</sub> ≤ <i>y</i> ≤ <i>y</i><sub>β</sub>, where <i>y</i><sub>α</sub> = <i>f</i>(<i>x</i><sub>α</sub>) and <i>y</i><sub>β</sub> = <i>f</i>(<i>x</i><sub>β</sub>). In a numerical computation we represent the part of the range of the independent variable, which is of interest to us, by a suitably chosen ordered set of <i>n</i> + 1 values (<i>x</i><sub>0</sub>, <i>x</i><sub>1</sub>, <i>x</i><sub>2</sub>, . . ., <i>x<sub>n</sub></i>), and a representation of any function over this range is then found by evaluating <i>y</i> = <i>f</i>(<i>x</i>) at these points, to obtain a corresponding ordered set of values (<i>y</i><sub>0</sub>, <i>y</i><sub>1</sub>, <i>y</i><sub>2</sub>, . . ., <i>y<sub>n</sub></i>). Because of the obvious analogy, these arrays of numbers representing continuous functions are often called vectors. However, a semantic problem arises when we discuss vectors of functions, such as the vector potential or the wind velocity patterns in the atmosphere. Therefore, I prefer to make a special case of the representations of continuous functions and refer to them as arrays rather than vectors.","PeriodicalId":148361,"journal":{"name":"Symposium on Interactive Systems for Experimental Applied Mathematics","volume":"16 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131558407","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Structure of a language for a numerical analysis problem solving system 一种用于数值分析问题解决系统的语言结构
Pub Date : 1967-08-01 DOI: 10.1145/2402536.2402543
Lawrence R. Symes, R. V. Roman
The Numerical Analysis Problem Solving System (NAPSS) project has been undertaken at Purdue University to design and construct an interactive system for solving numerical problems [1]. The system is designed to accept input in a language which is very close to natural mathematical notation, and also to provide for the solution of problems without requiring specially trained programmers and numerical analysts.
普渡大学已经开展了数值分析问题解决系统(Numerical Analysis Problem Solving System, NAPSS)项目,旨在设计和构建一个用于解决数值问题的交互式系统[1]。该系统的设计目的是接受一种非常接近自然数学符号的语言输入,并且不需要经过专门训练的程序员和数值分析人员就能解决问题。
{"title":"Structure of a language for a numerical analysis problem solving system","authors":"Lawrence R. Symes, R. V. Roman","doi":"10.1145/2402536.2402543","DOIUrl":"https://doi.org/10.1145/2402536.2402543","url":null,"abstract":"The Numerical Analysis Problem Solving System (NAPSS) project has been undertaken at Purdue University to design and construct an interactive system for solving numerical problems [1]. The system is designed to accept input in a language which is very close to natural mathematical notation, and also to provide for the solution of problems without requiring specially trained programmers and numerical analysts.","PeriodicalId":148361,"journal":{"name":"Symposium on Interactive Systems for Experimental Applied Mathematics","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"1967-08-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126002043","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
期刊
Symposium on Interactive Systems for Experimental Applied Mathematics
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1