WorldWideScience

Sample records for linear programming lecture

  1. Features of using multimedia technologies at lecturing programming

    Directory of Open Access Journals (Sweden)

    G. S. Ivanova

    2014-01-01

    Full Text Available The subject of study of this paper is multimedia capabilities, which are used for lectures on programming for undergraduate students to learn Computer Science and Engineering.The objective is to analyze the factors affecting the efficiency of lectures on programming, readable using multimedia, identifying the advantages and disadvantages of using presentations and process of creating and debugging programs in software environments demonstration, and to make recommendations on the use of illustrative material aimed at improving student's handout with the knowledge readable material.Scientific novelty of the material is to identify and analyze the factors influencing the effectiveness of teaching programming using multimedia as well as to make recommendations on the creation of illustrative material in the form of lecture presentations, analyse the negative side effects of presentations and opportunities to address them.It is stated that even at the initial stage of teaching in programming the amount of learning material and associated details in their records to which student's attention should be drawn, commensurate with the restrictions of psycho physiological capabilities defined for modern undergraduate students to remember and learn. The conclusion about expediency to improve lectures efficiency through the use of multimedia equipment capabilities is made.The types of illustrative material used in lectures on programming are listed and named, examples of illustrative material for presentation slides are analyzed. The positive results of the process of program creating, debugging and running directly in the programming environment during the lecture are underlined .As the merits of the multimedia-based lectures are marked a significant reduction of time to be required for material presentation ( from 10 to 30 % and the structured and with no errors in the program texts of lectures available for students. Negative effects of the multimedia

  2. Linear radial pulsation theory. Lecture 5

    International Nuclear Information System (INIS)

    Cox, A.N.

    1983-01-01

    We describe a method for getting an equilibrium stellar envelope model using as input the total mass, the envelope mass, the surface effective temperature, the total surface luminosity, and the composition of the envelope. Then wih the structure of the envelope model known, we present a method for obtaining the raidal pulsation periods and growth rates for low order modes. The large amplitude pulsations observed for the yellow and red giants and supergiants are always these radial models, but for the stars nearer the main sequence, as for all of our stars and for the white dwarfs, there frequently are nonradial modes occuring also. Application of linear theory radial pulsation theory is made to the giant star sigma Scuti variables, while the linear nonradial theory will be used for the B stars in later lectures

  3. Programmed Multi-Image Lectures for College Biology Instruction.

    Science.gov (United States)

    Jensen, William A.; Knauft, Robert L.

    1977-01-01

    Discusses the use of a programed multi-image lecture approach for teaching a botany course to nonmajor students at the University of California, Berkeley. Also considers the advantages, production, method of presentation, and design of the multimedia lectures. (HM)

  4. Multiple nucleon transfer in damped nuclear collisions. [Lectures, mass charge, and linear and angular momentum transport

    Energy Technology Data Exchange (ETDEWEB)

    Randrup, J.

    1979-07-01

    This lecture discusses a theory for the transport of mass, charge, linear, and angular momentum and energy in damped nuclear collisions, as induced by multiple transfer of individual nucleons. 11 references.

  5. Linear programming algorithms and applications

    CERN Document Server

    Vajda, S

    1981-01-01

    This text is based on a course of about 16 hours lectures to students of mathematics, statistics, and/or operational research. It is intended to introduce readers to the very wide range of applicability of linear programming, covering problems of manage­ ment, administration, transportation and a number of other uses which are mentioned in their context. The emphasis is on numerical algorithms, which are illustrated by examples of such modest size that the solutions can be obtained using pen and paper. It is clear that these methods, if applied to larger problems, can also be carried out on automatic (electronic) computers. Commercially available computer packages are, in fact, mainly based on algorithms explained in this book. The author is convinced that the user of these algorithms ought to be knowledgeable about the underlying theory. Therefore this volume is not merely addressed to the practitioner, but also to the mathematician who is interested in relatively new developments in algebraic theory and in...

  6. Reduction of Linear Programming to Linear Approximation

    OpenAIRE

    Vaserstein, Leonid N.

    2006-01-01

    It is well known that every Chebyshev linear approximation problem can be reduced to a linear program. In this paper we show that conversely every linear program can be reduced to a Chebyshev linear approximation problem.

  7. PLACEMENT APPLICATIONS SCHEDULING LECTURE IN INTERNATIONAL PROGRAM UNIKOM BASED ANDROID

    Directory of Open Access Journals (Sweden)

    Andri Sahata Sitanggang

    2017-12-01

    Full Text Available One who determines life of a classroom namely mapping scheduling courses especially at college. The process scheduling has included time or schedule of a class of available, room available, lecture who is scheduled for, and schedule for lecturer going to teach. Hopefully with a scheduling it will facilitate the students and teachers in obtaining information lecture schedule. With the emergence of the android application ( is implanted in mobile phones , the public can now use the internet so fast that is based .So with that researchers give one a technology based solutions to build android application .This is because one of the technology has given the functions which may make it easier for students and university lecturers in terms of access to information. In building this application used method of the prototype consisting 2 access namely access user and admin , where module user consisting of modules register , login , scheduling module , while for admin given module login , register and arrangement information scheduling courses both the administration and lecturers .Application made will be integrated with internet so that this program is real-time application.

  8. Lecturing skills as predictors of tutoring skills in a problem-based medical curriculum.

    Science.gov (United States)

    Kassab, Salah Eldin; Hassan, Nahla; Abu-Hijleh, Marwan F; Sequeira, Reginald P

    2016-01-01

    Recruitment of tutors to work in problem-based learning (PBL) programs is challenging, especially in that most of them are graduated from discipline-based programs. Therefore, this study aims at examining whether lecturing skills of faculty could predict their PBL tutoring skills. This study included evaluation of faculty (n=69) who participated in both tutoring and lecturing within particular PBL units at the College of Medicine and Medical Sciences (CMMS), Arabian Gulf University, Bahrain. Each faculty was evaluated by medical students (n=45±8 for lecturing and 8±2 for PBL tutoring) using structured evaluation forms based on a Likert-type scale (poor to excellent). The prediction of tutoring skills using lecturing skills was statistically analyzed using stepwise linear regression. Among the parameters used to judge lecturing skills, the most important predictor for tutoring skills was subject matter mastery in the lecture by explaining difficult concepts and responding effectively to students' questions. Subject matter mastery in the lecture positively predicted five tutoring skills and accounted for 25% of the variance in overall effectiveness of the PBL tutors (F=22.39, P=0.000). Other important predictors for tutoring skills were providing a relaxed class atmosphere and effective use of audiovisual aids in the lecture. Predicting the tutoring skills based on lecturing skills could have implications for recruiting tutors in PBL medical programs and for tutor training initiatives.

  9. Academic training: Advanced lectures on multiprocessor programming

    CERN Multimedia

    PH Department

    2011-01-01

    Academic Training Lecture - Regular Programme 31 October 1, 2 November 2011 from 11:00 to 12:00 -  IT Auditorium, Bldg. 31   Three classes (60 mins) on Multiprocessor Programming Prof. Dr. Christoph von Praun Georg-Simon-Ohm University of Applied Sciences Nuremberg, Germany This is an advanced class on multiprocessor programming. The class gives an introduction to principles of concurrent objects and the notion of different progress guarantees that concurrent computations can have. The focus of this class is on non-blocking computations, i.e. concurrent programs that do not make use of locks. We discuss the implementation of practical non-blocking data structures in detail. 1st class: Introduction to concurrent objects 2nd class: Principles of non-blocking synchronization 3rd class: Concurrent queues Brief Bio of Christoph von Praun Christoph worked on a variety of analysis techniques and runtime platforms for parallel programs. Hist most recent research studies programming models an...

  10. Linear Programming (LP)

    International Nuclear Information System (INIS)

    Rogner, H.H.

    1989-01-01

    The submitted sections on linear programming are extracted from 'Theorie und Technik der Planung' (1978) by W. Blaas and P. Henseler and reformulated for presentation at the Workshop. They consider a brief introduction to the theory of linear programming and to some essential aspects of the SIMPLEX solution algorithm for the purposes of economic planning processes. 1 fig

  11. ALPS: A Linear Program Solver

    Science.gov (United States)

    Ferencz, Donald C.; Viterna, Larry A.

    1991-01-01

    ALPS is a computer program which can be used to solve general linear program (optimization) problems. ALPS was designed for those who have minimal linear programming (LP) knowledge and features a menu-driven scheme to guide the user through the process of creating and solving LP formulations. Once created, the problems can be edited and stored in standard DOS ASCII files to provide portability to various word processors or even other linear programming packages. Unlike many math-oriented LP solvers, ALPS contains an LP parser that reads through the LP formulation and reports several types of errors to the user. ALPS provides a large amount of solution data which is often useful in problem solving. In addition to pure linear programs, ALPS can solve for integer, mixed integer, and binary type problems. Pure linear programs are solved with the revised simplex method. Integer or mixed integer programs are solved initially with the revised simplex, and the completed using the branch-and-bound technique. Binary programs are solved with the method of implicit enumeration. This manual describes how to use ALPS to create, edit, and solve linear programming problems. Instructions for installing ALPS on a PC compatible computer are included in the appendices along with a general introduction to linear programming. A programmers guide is also included for assistance in modifying and maintaining the program.

  12. Numerical linear algebra a concise introduction with Matlab and Julia

    CERN Document Server

    Bornemann, Folkmar

    2018-01-01

    This book offers an introduction to the algorithmic-numerical thinking using basic problems of linear algebra. By focusing on linear algebra, it ensures a stronger thematic coherence than is otherwise found in introductory lectures on numerics. The book highlights the usefulness of matrix partitioning compared to a component view, leading not only to a clearer notation and shorter algorithms, but also to significant runtime gains in modern computer architectures. The algorithms and accompanying numerical examples are given in the programming environment MATLAB, and additionally – in an appendix – in the future-oriented, freely accessible programming language Julia. This book is suitable for a two-hour lecture on numerical linear algebra from the second semester of a bachelor's degree in mathematics.

  13. On the linear programming bound for linear Lee codes.

    Science.gov (United States)

    Astola, Helena; Tabus, Ioan

    2016-01-01

    Based on an invariance-type property of the Lee-compositions of a linear Lee code, additional equality constraints can be introduced to the linear programming problem of linear Lee codes. In this paper, we formulate this property in terms of an action of the multiplicative group of the field [Formula: see text] on the set of Lee-compositions. We show some useful properties of certain sums of Lee-numbers, which are the eigenvalues of the Lee association scheme, appearing in the linear programming problem of linear Lee codes. Using the additional equality constraints, we formulate the linear programming problem of linear Lee codes in a very compact form, leading to a fast execution, which allows to efficiently compute the bounds for large parameter values of the linear codes.

  14. Lecturing skills as predictors of tutoring skills in a problem-based medical curriculum

    Directory of Open Access Journals (Sweden)

    Kassab SE

    2016-01-01

    Full Text Available Salah Eldin Kassab,1 Nahla Hassan,1 Marwan F Abu-Hijleh,2 Reginald P Sequeira3 1Department of Medical Education, Faculty of Medicine, Suez Canal University, Ismailia, Egypt; 2College of Medicine, Qatar University, Doha, Qatar; 3College of Medicine and Medical Sciences, Arabian Gulf University, Manama, Kingdom of Bahrain Purpose: Recruitment of tutors to work in problem-based learning (PBL programs is challenging, especially in that most of them are graduated from discipline-based programs. Therefore, this study aims at examining whether lecturing skills of faculty could predict their PBL tutoring skills. Methods: This study included evaluation of faculty (n=69 who participated in both tutoring and lecturing within particular PBL units at the College of Medicine and Medical Sciences (CMMS, Arabian Gulf University, Bahrain. Each faculty was evaluated by medical students (n=45±8 for lecturing and 8±2 for PBL tutoring using structured evaluation forms based on a Likert-type scale (poor to excellent. The prediction of tutoring skills using lecturing skills was statistically analyzed using stepwise linear regression. Results: Among the parameters used to judge lecturing skills, the most important predictor for tutoring skills was subject matter mastery in the lecture by explaining difficult concepts and responding effectively to students' questions. Subject matter mastery in the lecture positively predicted five tutoring skills and accounted for 25% of the variance in overall effectiveness of the PBL tutors (F=22.39, P=0.000. Other important predictors for tutoring skills were providing a relaxed class atmosphere and effective use of audiovisual aids in the lecture. Conclusion: Predicting the tutoring skills based on lecturing skills could have implications for recruiting tutors in PBL medical programs and for tutor training initiatives. Keywords: PBL, tutor, tutoring skills, lecturing skills

  15. A METHOD FOR SOLVING LINEAR PROGRAMMING PROBLEMS WITH FUZZY PARAMETERS BASED ON MULTIOBJECTIVE LINEAR PROGRAMMING TECHNIQUE

    OpenAIRE

    M. ZANGIABADI; H. R. MALEKI

    2007-01-01

    In the real-world optimization problems, coefficients of the objective function are not known precisely and can be interpreted as fuzzy numbers. In this paper we define the concepts of optimality for linear programming problems with fuzzy parameters based on those for multiobjective linear programming problems. Then by using the concept of comparison of fuzzy numbers, we transform a linear programming problem with fuzzy parameters to a multiobjective linear programming problem. To this end, w...

  16. Linear-Algebra Programs

    Science.gov (United States)

    Lawson, C. L.; Krogh, F. T.; Gold, S. S.; Kincaid, D. R.; Sullivan, J.; Williams, E.; Hanson, R. J.; Haskell, K.; Dongarra, J.; Moler, C. B.

    1982-01-01

    The Basic Linear Algebra Subprograms (BLAS) library is a collection of 38 FORTRAN-callable routines for performing basic operations of numerical linear algebra. BLAS library is portable and efficient source of basic operations for designers of programs involving linear algebriac computations. BLAS library is supplied in portable FORTRAN and Assembler code versions for IBM 370, UNIVAC 1100 and CDC 6000 series computers.

  17. Linear nonradial pulsation theory. Lecture 7

    International Nuclear Information System (INIS)

    Cox, A.N.

    1983-01-01

    Many of the upper main-sequence stars pulsate in spheroidal nonradial modes. We know this to be true in numerous cases, as we have tabulated for the #betta# Cephei and delta Scuti variables in previous lectures. However, we cannot identify the actual mode for any star except for the low-order pressure p and f modes of our sun. It remains a great challenge to clearly state what really is occurring, in the process we learn more about how stars evolve and pulsate

  18. Elementary linear programming with applications

    CERN Document Server

    Kolman, Bernard

    1995-01-01

    Linear programming finds the least expensive way to meet given needs with available resources. Its results are used in every area of engineering and commerce: agriculture, oil refining, banking, and air transport. Authors Kolman and Beck present the basic notions of linear programming and illustrate how they are used to solve important common problems. The software on the included disk leads students step-by-step through the calculations. The Second Edition is completely revised and provides additional review material on linear algebra as well as complete coverage of elementary linear program

  19. Linear programming

    CERN Document Server

    Solow, Daniel

    2014-01-01

    This text covers the basic theory and computation for a first course in linear programming, including substantial material on mathematical proof techniques and sophisticated computation methods. Includes Appendix on using Excel. 1984 edition.

  20. Menu-Driven Solver Of Linear-Programming Problems

    Science.gov (United States)

    Viterna, L. A.; Ferencz, D.

    1992-01-01

    Program assists inexperienced user in formulating linear-programming problems. A Linear Program Solver (ALPS) computer program is full-featured LP analysis program. Solves plain linear-programming problems as well as more-complicated mixed-integer and pure-integer programs. Also contains efficient technique for solution of purely binary linear-programming problems. Written entirely in IBM's APL2/PC software, Version 1.01. Packed program contains licensed material, property of IBM (copyright 1988, all rights reserved).

  1. Linear Programming and Network Flows

    CERN Document Server

    Bazaraa, Mokhtar S; Sherali, Hanif D

    2011-01-01

    The authoritative guide to modeling and solving complex problems with linear programming-extensively revised, expanded, and updated The only book to treat both linear programming techniques and network flows under one cover, Linear Programming and Network Flows, Fourth Edition has been completely updated with the latest developments on the topic. This new edition continues to successfully emphasize modeling concepts, the design and analysis of algorithms, and implementation strategies for problems in a variety of fields, including industrial engineering, management science, operations research

  2. Lecture Notes in Statistics. 3rd Semester

    DEFF Research Database (Denmark)

    The lecture note is prepared to meet the requirements for the 3rd semester course in statistics at the Aarhus School of Business. It focuses on multiple regression models, analysis of variance, and log-linear models.......The lecture note is prepared to meet the requirements for the 3rd semester course in statistics at the Aarhus School of Business. It focuses on multiple regression models, analysis of variance, and log-linear models....

  3. Comparison of open-source linear programming solvers.

    Energy Technology Data Exchange (ETDEWEB)

    Gearhart, Jared Lee; Adair, Kristin Lynn; Durfee, Justin David.; Jones, Katherine A.; Martin, Nathaniel; Detry, Richard Joseph

    2013-10-01

    When developing linear programming models, issues such as budget limitations, customer requirements, or licensing may preclude the use of commercial linear programming solvers. In such cases, one option is to use an open-source linear programming solver. A survey of linear programming tools was conducted to identify potential open-source solvers. From this survey, four open-source solvers were tested using a collection of linear programming test problems and the results were compared to IBM ILOG CPLEX Optimizer (CPLEX) [1], an industry standard. The solvers considered were: COIN-OR Linear Programming (CLP) [2], [3], GNU Linear Programming Kit (GLPK) [4], lp_solve [5] and Modular In-core Nonlinear Optimization System (MINOS) [6]. As no open-source solver outperforms CPLEX, this study demonstrates the power of commercial linear programming software. CLP was found to be the top performing open-source solver considered in terms of capability and speed. GLPK also performed well but cannot match the speed of CLP or CPLEX. lp_solve and MINOS were considerably slower and encountered issues when solving several test problems.

  4. Linear programming foundations and extensions

    CERN Document Server

    Vanderbei, Robert J

    2001-01-01

    Linear Programming: Foundations and Extensions is an introduction to the field of optimization. The book emphasizes constrained optimization, beginning with a substantial treatment of linear programming, and proceeding to convex analysis, network flows, integer programming, quadratic programming, and convex optimization. The book is carefully written. Specific examples and concrete algorithms precede more abstract topics. Topics are clearly developed with a large number of numerical examples worked out in detail. Moreover, Linear Programming: Foundations and Extensions underscores the purpose of optimization: to solve practical problems on a computer. Accordingly, the book is coordinated with free efficient C programs that implement the major algorithms studied: -The two-phase simplex method; -The primal-dual simplex method; -The path-following interior-point method; -The homogeneous self-dual methods. In addition, there are online JAVA applets that illustrate various pivot rules and variants of the simplex m...

  5. Ada Linear-Algebra Program

    Science.gov (United States)

    Klumpp, A. R.; Lawson, C. L.

    1988-01-01

    Routines provided for common scalar, vector, matrix, and quaternion operations. Computer program extends Ada programming language to include linear-algebra capabilities similar to HAS/S programming language. Designed for such avionics applications as software for Space Station.

  6. A linear programming manual

    Science.gov (United States)

    Tuey, R. C.

    1972-01-01

    Computer solutions of linear programming problems are outlined. Information covers vector spaces, convex sets, and matrix algebra elements for solving simultaneous linear equations. Dual problems, reduced cost analysis, ranges, and error analysis are illustrated.

  7. Making of Evalution’s Information System of Lecturer's Lecture and Major’s Service-Based Web in PTIK Major FKIP UNS

    Directory of Open Access Journals (Sweden)

    Irma Nuur Rochmah

    2017-12-01

    Full Text Available The quality of education of a study program can be measured from the level of customer satisfaction with the existing service. In accordance with ISO 9001: 2008, an organization should measure and obtain information related to customers and customers. Measurements and information that can be done survey data on customer satisfaction. From this survey data, Informatics and Computer Education Study Program can follow which aspect need improvement for program quality. One way to get survey data by doing the evaluation. In the Study Program of Informatics and Computer Engineering, evaluation using application form online form. The study program does not yet have its own evaluation information system. Therefore, the purpose of this research is to produce information technology and pelaynaan web-based program in the Study Program (Prodi Educational Engineering and Computer Informatics and to determine the level of the feasibility of information. In this study used research and development model with the first phase of the preliminary study, the second stage of product development and the last stage. At the product development stage is done by using software development model. From the stages of inputs obtained from the assessment of students on lecturers' lectures and prodi services in Education Program Informatics and Computer Engineering. The result of evaluation of lecturers' lectures and prodi services by selected students with their rena as output that can be seen by lecturer and admin. A system that can be used to help the services that have been given to the students, both in lecturers' lectures and prodi services. The results of this study, first, has created information and web-based programming services in Informatics and Computer Engineering Education Program, FKIP, UNS. Second, the feasibility of information and product and service development, Informatics and Computer Engineering Education Study Program, FKIP, UNS conducted by expert

  8. Linear genetic programming

    CERN Document Server

    Brameier, Markus

    2007-01-01

    Presents a variant of Genetic Programming that evolves imperative computer programs as linear sequences of instructions, in contrast to the more traditional functional expressions or syntax trees. This book serves as a reference for researchers, but also contains sufficient introduction for students and those who are new to the field

  9. The linear programming bound for binary linear codes

    NARCIS (Netherlands)

    Brouwer, A.E.

    1993-01-01

    Combining Delsarte's (1973) linear programming bound with the information that certain weights cannot occur, new upper bounds for dmin (n,k), the maximum possible minimum distance of a binary linear code with given word length n and dimension k, are derived.

  10. Linear Programming across the Curriculum

    Science.gov (United States)

    Yoder, S. Elizabeth; Kurz, M. Elizabeth

    2015-01-01

    Linear programming (LP) is taught in different departments across college campuses with engineering and management curricula. Modeling an LP problem is taught in every linear programming class. As faculty teaching in Engineering and Management departments, the depth to which teachers should expect students to master this particular type of…

  11. Linear programming

    CERN Document Server

    Karloff, Howard

    1991-01-01

    To this reviewer’s knowledge, this is the first book accessible to the upper division undergraduate or beginning graduate student that surveys linear programming from the Simplex Method…via the Ellipsoid algorithm to Karmarkar’s algorithm. Moreover, its point of view is algorithmic and thus it provides both a history and a case history of work in complexity theory. The presentation is admirable; Karloff's style is informal (even humorous at times) without sacrificing anything necessary for understanding. Diagrams (including horizontal brackets that group terms) aid in providing clarity. The end-of-chapter notes are helpful...Recommended highly for acquisition, since it is not only a textbook, but can also be used for independent reading and study. —Choice Reviews The reader will be well served by reading the monograph from cover to cover. The author succeeds in providing a concise, readable, understandable introduction to modern linear programming. —Mathematics of Computing This is a textbook intend...

  12. Fuzzy Multi-objective Linear Programming Approach

    Directory of Open Access Journals (Sweden)

    Amna Rehmat

    2007-07-01

    Full Text Available Traveling salesman problem (TSP is one of the challenging real-life problems, attracting researchers of many fields including Artificial Intelligence, Operations Research, and Algorithm Design and Analysis. The problem has been well studied till now under different headings and has been solved with different approaches including genetic algorithms and linear programming. Conventional linear programming is designed to deal with crisp parameters, but information about real life systems is often available in the form of vague descriptions. Fuzzy methods are designed to handle vague terms, and are most suited to finding optimal solutions to problems with vague parameters. Fuzzy multi-objective linear programming, an amalgamation of fuzzy logic and multi-objective linear programming, deals with flexible aspiration levels or goals and fuzzy constraints with acceptable deviations. In this paper, a methodology, for solving a TSP with imprecise parameters, is deployed using fuzzy multi-objective linear programming. An example of TSP with multiple objectives and vague parameters is discussed.

  13. Investigating Integer Restrictions in Linear Programming

    Science.gov (United States)

    Edwards, Thomas G.; Chelst, Kenneth R.; Principato, Angela M.; Wilhelm, Thad L.

    2015-01-01

    Linear programming (LP) is an application of graphing linear systems that appears in many Algebra 2 textbooks. Although not explicitly mentioned in the Common Core State Standards for Mathematics, linear programming blends seamlessly into modeling with mathematics, the fourth Standard for Mathematical Practice (CCSSI 2010, p. 7). In solving a…

  14. Linear and integer programming made easy

    CERN Document Server

    Hu, T C

    2016-01-01

    Linear and integer programming are fundamental toolkits for data and information science and technology, particularly in the context of today’s megatrends toward statistical optimization, machine learning, and big data analytics. Drawn from over 30 years of classroom teaching and applied research experience, this textbook provides a crisp and practical introduction to the basics of linear and integer programming. The authors’ approach is accessible to students from all fields of engineering, including operations research, statistics, machine learning, control system design, scheduling, formal verification, and computer vision. Readers will learn to cast hard combinatorial problems as mathematical programming optimizations, understand how to achieve formulations where the objective and constraints are linear, choose appropriate solution methods, and interpret results appropriately. •Provides a concise introduction to linear and integer programming, appropriate for undergraduates, graduates, a short cours...

  15. PCX, Interior-Point Linear Programming Solver

    International Nuclear Information System (INIS)

    Czyzyk, J.

    2004-01-01

    1 - Description of program or function: PCX solves linear programming problems using the Mehrota predictor-corrector interior-point algorithm. PCX can be called as a subroutine or used in stand-alone mode, with data supplied from an MPS file. The software incorporates modules that can be used separately from the linear programming solver, including a pre-solve routine and data structure definitions. 2 - Methods: The Mehrota predictor-corrector method is a primal-dual interior-point method for linear programming. The starting point is determined from a modified least squares heuristic. Linear systems of equations are solved at each interior-point iteration via a sparse Cholesky algorithm native to the code. A pre-solver is incorporated in the code to eliminate inefficiencies in the user's formulation of the problem. 3 - Restriction on the complexity of the problem: There are no size limitations built into the program. The size of problem solved is limited by RAM and swap space on the user's computer

  16. Lectures on dark matter

    International Nuclear Information System (INIS)

    Seljak, U.

    2001-01-01

    These lectures concentrate on evolution and generation of dark matter perturbations. The purpose of the lectures is to present, in a systematic way, a comprehensive review of the cosmological parameters that can lead to observable effects in the dark matter clustering properties. We begin by reviewing the relativistic linear perturbation theory formalism. We discuss the gauge issue and derive Einstein's and continuity equations for several popular gauge choices. We continue by developing fluid equations for cold dark matter and baryons and Boltzmann equations for photons, massive and massless neutrinos. We then discuss the generation of initial perturbations by the process of inflation and the parameters of that process that can be extracted from the observations. Finally we discuss evolution of perturbations in various regimes and the imprint of the evolution on the dark matter power spectrum both in the linear and in the nonlinear regime. (author)

  17. Lectures on dark matter

    Energy Technology Data Exchange (ETDEWEB)

    Seljak, U [Department of Physics, Princeton University, Princeton, NJ (United States)

    2001-11-15

    These lectures concentrate on evolution and generation of dark matter perturbations. The purpose of the lectures is to present, in a systematic way, a comprehensive review of the cosmological parameters that can lead to observable effects in the dark matter clustering properties. We begin by reviewing the relativistic linear perturbation theory formalism. We discuss the gauge issue and derive Einstein's and continuity equations for several popular gauge choices. We continue by developing fluid equations for cold dark matter and baryons and Boltzmann equations for photons, massive and massless neutrinos. We then discuss the generation of initial perturbations by the process of inflation and the parameters of that process that can be extracted from the observations. Finally we discuss evolution of perturbations in various regimes and the imprint of the evolution on the dark matter power spectrum both in the linear and in the nonlinear regime. (author)

  18. v9 = ? The Answer Depends on Your Lecturer

    Science.gov (United States)

    Kontorovich, Igor'

    2016-01-01

    This article is concerned with the approaches to the root concept that lecturers in calculus, linear algebra and complex analysis employ in their instruction. Three highly experienced university lecturers participated in the study. In the individual interviews the participants referred to roots of real numbers, roots of complex numbers, roots as…

  19. ACADEMIC TRAINING Progress on e+e- Linear Colliders

    CERN Multimedia

    Françoise Benz

    2002-01-01

    27, 28, 29, 30, 31 May LECTURE SERIES from 11.00 to 12.00 hrs - Auditorium, bldg. 500 Progress on e+e- Linear Colliders by P. Zerwas / Desy, D and R. Siemann / Slac, USA Physics issues (P. Zerwas - 27, 28 May)The physics program will be reviewed for e+e- linear colliders in the TeV energy range. At these prospective facilities central issues of particle physics can be addressed, the problem of mass, unification and structure of space-time. In this context the two lectures will focus on analyses of the Higgs mechanism, supersymmetry and extra space dimensions. Moreover, high-precision studies of the top-quark and the gauge boson sector will be discussed. Combined with LHC results, a comprehensive picture can be developed of physics at the electroweak scale and beyond. Designs and technologies (R. Siemann - 29, 30, 31 May) The physics and technologies of high energy linear colliders will be reviewed. Fundamental concepts of linear colliders will be introduced. They will be discussed in: the context of the Sta...

  20. Linear programming using Matlab

    CERN Document Server

    Ploskas, Nikolaos

    2017-01-01

    This book offers a theoretical and computational presentation of a variety of linear programming algorithms and methods with an emphasis on the revised simplex method and its components. A theoretical background and mathematical formulation is included for each algorithm as well as comprehensive numerical examples and corresponding MATLAB® code. The MATLAB® implementations presented in this book  are sophisticated and allow users to find solutions to large-scale benchmark linear programs. Each algorithm is followed by a computational study on benchmark problems that analyze the computational behavior of the presented algorithms. As a solid companion to existing algorithmic-specific literature, this book will be useful to researchers, scientists, mathematical programmers, and students with a basic knowledge of linear algebra and calculus.  The clear presentation enables the reader to understand and utilize all components of simplex-type methods, such as presolve techniques, scaling techniques, pivoting ru...

  1. Analysis of the efficiency of the linearization techniques for solving multi-objective linear fractional programming problems by goal programming

    Directory of Open Access Journals (Sweden)

    Tunjo Perić

    2017-01-01

    Full Text Available This paper presents and analyzes the applicability of three linearization techniques used for solving multi-objective linear fractional programming problems using the goal programming method. The three linearization techniques are: (1 Taylor’s polynomial linearization approximation, (2 the method of variable change, and (3 a modification of the method of variable change proposed in [20]. All three linearization techniques are presented and analyzed in two variants: (a using the optimal value of the objective functions as the decision makers’ aspirations, and (b the decision makers’ aspirations are given by the decision makers. As the criteria for the analysis we use the efficiency of the obtained solutions and the difficulties the analyst comes upon in preparing the linearization models. To analyze the applicability of the linearization techniques incorporated in the linear goal programming method we use an example of a financial structure optimization problem.

  2. Ranking Forestry Investments With Parametric Linear Programming

    Science.gov (United States)

    Paul A. Murphy

    1976-01-01

    Parametric linear programming is introduced as a technique for ranking forestry investments under multiple constraints; it combines the advantages of simple tanking and linear programming as capital budgeting tools.

  3. ALPS - A LINEAR PROGRAM SOLVER

    Science.gov (United States)

    Viterna, L. A.

    1994-01-01

    Linear programming is a widely-used engineering and management tool. Scheduling, resource allocation, and production planning are all well-known applications of linear programs (LP's). Most LP's are too large to be solved by hand, so over the decades many computer codes for solving LP's have been developed. ALPS, A Linear Program Solver, is a full-featured LP analysis program. ALPS can solve plain linear programs as well as more complicated mixed integer and pure integer programs. ALPS also contains an efficient solution technique for pure binary (0-1 integer) programs. One of the many weaknesses of LP solvers is the lack of interaction with the user. ALPS is a menu-driven program with no special commands or keywords to learn. In addition, ALPS contains a full-screen editor to enter and maintain the LP formulation. These formulations can be written to and read from plain ASCII files for portability. For those less experienced in LP formulation, ALPS contains a problem "parser" which checks the formulation for errors. ALPS creates fully formatted, readable reports that can be sent to a printer or output file. ALPS is written entirely in IBM's APL2/PC product, Version 1.01. The APL2 workspace containing all the ALPS code can be run on any APL2/PC system (AT or 386). On a 32-bit system, this configuration can take advantage of all extended memory. The user can also examine and modify the ALPS code. The APL2 workspace has also been "packed" to be run on any DOS system (without APL2) as a stand-alone "EXE" file, but has limited memory capacity on a 640K system. A numeric coprocessor (80X87) is optional but recommended. The standard distribution medium for ALPS is a 5.25 inch 360K MS-DOS format diskette. IBM, IBM PC and IBM APL2 are registered trademarks of International Business Machines Corporation. MS-DOS is a registered trademark of Microsoft Corporation.

  4. Analysing Lecturer Practice: The Role of Orientations and Goals

    Science.gov (United States)

    Hannah, John; Stewart, Sepideh; Thomas, Mike

    2011-01-01

    This article continues a fairly recent trend of research examining the teaching practice of university mathematics lecturers. A lecturer's pedagogical practices in a course in linear algebra were discussed via a supportive community of inquiry. We use Schoenfeld's framework describing the relationship of resources, orientations and goals to…

  5. Evaluation of a faculty development program aimed at increasing residents' active learning in lectures.

    Science.gov (United States)

    Desselle, Bonnie C; English, Robin; Hescock, George; Hauser, Andrea; Roy, Melissa; Yang, Tong; Chauvin, Sheila W

    2012-12-01

    Active engagement in the learning process is important to enhance learners' knowledge acquisition and retention and the development of their thinking skills. This study evaluated whether a 1-hour faculty development workshop increased the use of active teaching strategies and enhanced residents' active learning and thinking. Faculty teaching in a pediatrics residency participated in a 1-hour workshop (intervention) approximately 1 month before a scheduled lecture. Participants' responses to a preworkshop/postworkshop questionnaire targeted self-efficacy (confidence) for facilitating active learning and thinking and providing feedback about workshop quality. Trained observers assessed each lecture (3-month baseline phase and 3-month intervention phase) using an 8-item scale for use of active learning strategies and a 7-item scale for residents' engagement in active learning. Observers also assessed lecturer-resident interactions and the extent to which residents were asked to justify their answers. Responses to the workshop questionnaire (n  =  32/34; 94%) demonstrated effectiveness and increased confidence. Faculty in the intervention phase demonstrated increased use of interactive teaching strategies for 6 items, with 5 reaching statistical significance (P ≤ .01). Residents' active learning behaviors in lectures were higher in the intervention arm for all 7 items, with 5 reaching statistical significance. Faculty in the intervention group demonstrated increased use of higher-order questioning (P  =  .02) and solicited justifications for answers (P  =  .01). A 1-hour faculty development program increased faculty use of active learning strategies and residents' engagement in active learning during resident core curriculum lectures.

  6. Linear programming mathematics, theory and algorithms

    CERN Document Server

    1996-01-01

    Linear Programming provides an in-depth look at simplex based as well as the more recent interior point techniques for solving linear programming problems. Starting with a review of the mathematical underpinnings of these approaches, the text provides details of the primal and dual simplex methods with the primal-dual, composite, and steepest edge simplex algorithms. This then is followed by a discussion of interior point techniques, including projective and affine potential reduction, primal and dual affine scaling, and path following algorithms. Also covered is the theory and solution of the linear complementarity problem using both the complementary pivot algorithm and interior point routines. A feature of the book is its early and extensive development and use of duality theory. Audience: The book is written for students in the areas of mathematics, economics, engineering and management science, and professionals who need a sound foundation in the important and dynamic discipline of linear programming.

  7. A New Finite Continuation Algorithm for Linear Programming

    DEFF Research Database (Denmark)

    Madsen, Kaj; Nielsen, Hans Bruun; Pinar, Mustafa

    1996-01-01

    We describe a new finite continuation algorithm for linear programming. The dual of the linear programming problem with unit lower and upper bounds is formulated as an $\\ell_1$ minimization problem augmented with the addition of a linear term. This nondifferentiable problem is approximated...... by a smooth problem. It is shown that the minimizers of the smooth problem define a family of piecewise-linear paths as a function of a smoothing parameter. Based on this property, a finite algorithm that traces these paths to arrive at an optimal solution of the linear program is developed. The smooth...

  8. Lectures on functor homology

    CERN Document Server

    Touzé, Antoine

    2015-01-01

    This book features a series of lectures that explores three different fields in which functor homology (short for homological algebra in functor categories) has recently played a significant role. For each of these applications, the functor viewpoint provides both essential insights and new methods for tackling difficult mathematical problems. In the lectures by Aurélien Djament, polynomial functors appear as coefficients in the homology of infinite families of classical groups, e.g. general linear groups or symplectic groups, and their stabilization. Djament’s theorem states that this stable homology can be computed using only the homology with trivial coefficients and the manageable functor homology. The series includes an intriguing development of Scorichenko’s unpublished results. The lectures by Wilberd van der Kallen lead to the solution of the general cohomological finite generation problem, extending Hilbert’s fourteenth problem and its solution to the context of cohomology. The focus here is o...

  9. Interior Point Method for Solving Fuzzy Number Linear Programming Problems Using Linear Ranking Function

    Directory of Open Access Journals (Sweden)

    Yi-hua Zhong

    2013-01-01

    Full Text Available Recently, various methods have been developed for solving linear programming problems with fuzzy number, such as simplex method and dual simplex method. But their computational complexities are exponential, which is not satisfactory for solving large-scale fuzzy linear programming problems, especially in the engineering field. A new method which can solve large-scale fuzzy number linear programming problems is presented in this paper, which is named a revised interior point method. Its idea is similar to that of interior point method used for solving linear programming problems in crisp environment before, but its feasible direction and step size are chosen by using trapezoidal fuzzy numbers, linear ranking function, fuzzy vector, and their operations, and its end condition is involved in linear ranking function. Their correctness and rationality are proved. Moreover, choice of the initial interior point and some factors influencing the results of this method are also discussed and analyzed. The result of algorithm analysis and example study that shows proper safety factor parameter, accuracy parameter, and initial interior point of this method may reduce iterations and they can be selected easily according to the actual needs. Finally, the method proposed in this paper is an alternative method for solving fuzzy number linear programming problems.

  10. A program package for solving linear optimization problems

    International Nuclear Information System (INIS)

    Horikami, Kunihiko; Fujimura, Toichiro; Nakahara, Yasuaki

    1980-09-01

    Seven computer programs for the solution of linear, integer and quadratic programming (four programs for linear programming, one for integer programming and two for quadratic programming) have been prepared and tested on FACOM M200 computer, and auxiliary programs have been written to make it easy to use the optimization program package. The characteristics of each program are explained and the detailed input/output descriptions are given in order to let users know how to use them. (author)

  11. EZLP: An Interactive Computer Program for Solving Linear Programming Problems. Final Report.

    Science.gov (United States)

    Jarvis, John J.; And Others

    Designed for student use in solving linear programming problems, the interactive computer program described (EZLP) permits the student to input the linear programming model in exactly the same manner in which it would be written on paper. This report includes a brief review of the development of EZLP; narrative descriptions of program features,…

  12. Sparsity Prevention Pivoting Method for Linear Programming

    DEFF Research Database (Denmark)

    Li, Peiqiang; Li, Qiyuan; Li, Canbing

    2018-01-01

    When the simplex algorithm is used to calculate a linear programming problem, if the matrix is a sparse matrix, it will be possible to lead to many zero-length calculation steps, and even iterative cycle will appear. To deal with the problem, a new pivoting method is proposed in this paper....... The principle of this method is avoided choosing the row which the value of the element in the b vector is zero as the row of the pivot element to make the matrix in linear programming density and ensure that most subsequent steps will improve the value of the objective function. One step following...... this principle is inserted to reselect the pivot element in the existing linear programming algorithm. Both the conditions for inserting this step and the maximum number of allowed insertion steps are determined. In the case study, taking several numbers of linear programming problems as examples, the results...

  13. Sparsity Prevention Pivoting Method for Linear Programming

    DEFF Research Database (Denmark)

    Li, Peiqiang; Li, Qiyuan; Li, Canbing

    2018-01-01

    . The principle of this method is avoided choosing the row which the value of the element in the b vector is zero as the row of the pivot element to make the matrix in linear programming density and ensure that most subsequent steps will improve the value of the objective function. One step following......When the simplex algorithm is used to calculate a linear programming problem, if the matrix is a sparse matrix, it will be possible to lead to many zero-length calculation steps, and even iterative cycle will appear. To deal with the problem, a new pivoting method is proposed in this paper...... this principle is inserted to reselect the pivot element in the existing linear programming algorithm. Both the conditions for inserting this step and the maximum number of allowed insertion steps are determined. In the case study, taking several numbers of linear programming problems as examples, the results...

  14. The NLM evaluation lecture series: introduction to the special section on evaluating health communication programs.

    Science.gov (United States)

    Logan, Robert A; Kreps, Gary L

    2014-12-01

    This article introduces the Journal of Health Communication's special section, Evaluating Health Communication Programs. This special section is based on a public lecture series supported by the National Library of Medicine titled "Better Health: Evaluating Health Communication Programs" designed to share best practices for using evaluation research to develop, implement, refine, and institutionalize the best health communication programs for promoting public health. This introduction provides an overview to the series, summarizes the major presentations in the series, and describe implications from the series for translational health communication research, interventions, and programs that can enhance health outcomes.

  15. Timetabling an Academic Department with Linear Programming.

    Science.gov (United States)

    Bezeau, Lawrence M.

    This paper describes an approach to faculty timetabling and course scheduling that uses computerized linear programming. After reviewing the literature on linear programming, the paper discusses the process whereby a timetable was created for a department at the University of New Brunswick. Faculty were surveyed with respect to course offerings…

  16. An Approach for Solving Linear Fractional Programming Problems

    OpenAIRE

    Andrew Oyakhobo Odior

    2012-01-01

    Linear fractional programming problems are useful tools in production planning, financial and corporate planning, health care and hospital planning and as such have attracted considerable research interest. The paper presents a new approach for solving a fractional linear programming problem in which the objective function is a linear fractional function, while the constraint functions are in the form of linear inequalities. The approach adopted is based mainly upon solving the problem algebr...

  17. Learning and Celebrating: The Glamour of Design Lecture Series

    Science.gov (United States)

    Popov, Lubomir

    2013-01-01

    The purpose of this paper is to highlight the celebratory aspect of the Design Lecture Series, a tradition in architecture schools and interior design programs, its meaning for all constituent parties, and its contributions to creating professional identity and community. The Design Lecture Series is a public event popular in design programs,…

  18. An Instructional Note on Linear Programming--A Pedagogically Sound Approach.

    Science.gov (United States)

    Mitchell, Richard

    1998-01-01

    Discusses the place of linear programming in college curricula and the advantages of using linear-programming software. Lists important characteristics of computer software used in linear programming for more effective teaching and learning. (ASK)

  19. Portfolio optimization using fuzzy linear programming

    Science.gov (United States)

    Pandit, Purnima K.

    2013-09-01

    Portfolio Optimization (PO) is a problem in Finance, in which investor tries to maximize return and minimize risk by carefully choosing different assets. Expected return and risk are the most important parameters with regard to optimal portfolios. In the simple form PO can be modeled as quadratic programming problem which can be put into equivalent linear form. PO problems with the fuzzy parameters can be solved as multi-objective fuzzy linear programming problem. In this paper we give the solution to such problems with an illustrative example.

  20. Joint shape segmentation with linear programming

    KAUST Repository

    Huang, Qixing; Koltun, Vladlen; Guibas, Leonidas

    2011-01-01

    program is solved via a linear programming relaxation, using a block coordinate descent procedure that makes the optimization feasible for large databases. We evaluate the presented approach on the Princeton segmentation benchmark and show that joint shape

  1. A Primal-Dual Interior Point-Linear Programming Algorithm for MPC

    DEFF Research Database (Denmark)

    Edlund, Kristian; Sokoler, Leo Emil; Jørgensen, John Bagterp

    2009-01-01

    Constrained optimal control problems for linear systems with linear constraints and an objective function consisting of linear and l1-norm terms can be expressed as linear programs. We develop an efficient primal-dual interior point algorithm for solution of such linear programs. The algorithm...

  2. A Fuzzy Linear Programming Approach for Aggregate Production Planning

    DEFF Research Database (Denmark)

    Iris, Cagatay; Cevikcan, Emre

    2014-01-01

    a mathematical programming framework for aggregate production planning problem under imprecise data environment. After providing background information about APP problem, together with fuzzy linear programming, the fuzzy linear programming model of APP is solved on an illustrative example for different a...

  3. Progress on $e^{+}e^{-}$ linear colliders

    CERN Multimedia

    CERN. Geneva. Audiovisual Unit; Siemann, Peter

    2002-01-01

    Physics issues. The physics program will be reviewed for e+e- linear colliders in the TeV energy range. At these prospective facilities central issues of particle physics can be addressed, the problem of mass, unification and structure of space-time. In this context the two lectures will focus on analyses of the Higgs mechanism, supersymmetry and extra space dimensions. Moreover, high-precision studies of the top-quark and the gauge boson sector will be discussed. Combined with LHC results, a comprehensive picture can be developed of physics at the electroweak scale and beyond. Designs and technologies (R. Siemann - 29, 30, 31 May) The physics and technologies of high energy linear colliders will be reviewed. Fundamental concepts of linear colliders will be introduced. They will be discussed in: the context of the Stanford Linear Collider where many ideas changed and new ones were developed in response to operational experience. the requirements for future linear colliders. The different approaches for reac...

  4. Linear Parametric Sensitivity Analysis of the Constraint Coefficient Matrix in Linear Programs

    OpenAIRE

    Zuidwijk, Rob

    2005-01-01

    textabstractSensitivity analysis is used to quantify the impact of changes in the initial data of linear programs on the optimal value. In particular, parametric sensitivity analysis involves a perturbation analysis in which the effects of small changes of some or all of the initial data on an optimal solution are investigated, and the optimal solution is studied on a so-called critical range of the initial data, in which certain properties such as the optimal basis in linear programming are ...

  5. A goal programming procedure for solving fuzzy multiobjective fractional linear programming problems

    Directory of Open Access Journals (Sweden)

    Tunjo Perić

    2014-12-01

    Full Text Available This paper presents a modification of Pal, Moitra and Maulik's goal programming procedure for fuzzy multiobjective linear fractional programming problem solving. The proposed modification of the method allows simpler solving of economic multiple objective fractional linear programming (MOFLP problems, enabling the obtained solutions to express the preferences of the decision maker defined by the objective function weights. The proposed method is tested on the production planning example.

  6. Special lecture

    International Nuclear Information System (INIS)

    Yoshikawa, H.

    1998-01-01

    In his special lecture, given at the Artsimovich-Kadomtsev Memorial Session of the 17th IAEA Fusion Energy Conference in Yokohama, October 1998, Prof. H. Yoshikawa stated that the fusion program had come to a crossroads. He was wondering whether the future would lead to cooperation between nations, striving to overcome the difficulties the world is confronted with, or if it would lead to despair

  7. Explicit constructivism: a missing link in ineffective lectures?

    Science.gov (United States)

    Prakash, E S

    2010-06-01

    This study tested the possibility that interactive lectures explicitly based on activating learners' prior knowledge and driven by a series of logical questions might enhance the effectiveness of lectures. A class of 54 students doing the respiratory system course in the second year of the Bachelor of Medicine and Bachelor of Surgery program in my university was randomized to two groups to receive one of two types of lectures, "typical" lectures (n = 28, 18 women and 10 men) or "constructivist" lectures (n = 26, 19 women and 7 men), on the same topic: the regulation of respiration. Student pretest scores in the two groups were comparable (P > 0.1). Students that received the constructivist lectures did much better in the posttest conducted immediately after the lectures (6.8 +/- 3.4 for constructivist lectures vs. 4.2 +/- 2.3 for typical lectures, means +/- SD, P = 0.004). Although both types of lectures were well received, students that received the constructivist lectures appeared to have been more satisfied with their learning experience. However, on a posttest conducted 4 mo later, scores obtained by students in the two groups were not any different (6.9 +/- 3 for constructivist lectures vs. 6.9 +/- 3.7 for typical lectures, P = 0.94). This study adds to the increasing body of evidence that there is a case for the use of interactive lectures that make the construction of knowledge and understanding explicit, easy, and enjoyable to learners.

  8. A lecture on lecturing.

    Science.gov (United States)

    Calnan, J

    1976-11-01

    There are major differences between a lecture and a paper for publication. Often the printed word is spoken at meetings, a kind of compulsive public reading which has robbed the lecturer of the chance of oratory and the audience of a little enjoyment. The simple fact is that although doctors read aloud badly (actors do this far better) most can learn to speak spontaneolsly and with animation; but this requires time and effort, both of which are donated in a miserly way. The successful lecturer is generous and considerate of his audience--a rare being at medical meetings.

  9. Game Theory and its Relationship with Linear Programming Models ...

    African Journals Online (AJOL)

    Game Theory and its Relationship with Linear Programming Models. ... This paper shows that game theory and linear programming problem are closely related subjects since any computing method devised for ... AJOL African Journals Online.

  10. Efficiency of Do-It-Yourself Slide-Tape Programs as an Alternative to the Lecture in Medical Biochemistry

    Science.gov (United States)

    Baggott, James; And Others

    1977-01-01

    Evidence suggests that a well-developed lecture script on a topic in medical biochemistry can quickly and easily be converted into an effective slide-tape program that is as educationally effective and well-received as one that is painstakingly tailored to the nature of the medium. (LBH)

  11. Linearized Programming of Memristors for Artificial Neuro-Sensor Signal Processing.

    Science.gov (United States)

    Yang, Changju; Kim, Hyongsuk

    2016-08-19

    A linearized programming method of memristor-based neural weights is proposed. Memristor is known as an ideal element to implement a neural synapse due to its embedded functions of analog memory and analog multiplication. Its resistance variation with a voltage input is generally a nonlinear function of time. Linearization of memristance variation about time is very important for the easiness of memristor programming. In this paper, a method utilizing an anti-serial architecture for linear programming is proposed. The anti-serial architecture is composed of two memristors with opposite polarities. It linearizes the variation of memristance due to complimentary actions of two memristors. For programming a memristor, additional memristor with opposite polarity is employed. The linearization effect of weight programming of an anti-serial architecture is investigated and memristor bridge synapse which is built with two sets of anti-serial memristor architecture is taken as an application example of the proposed method. Simulations are performed with memristors of both linear drift model and nonlinear model.

  12. Evaluation of film dosemeters by linear programming

    International Nuclear Information System (INIS)

    Kragh, P.; Nitschke, J.

    1992-01-01

    An evaluation method for multi-component dosemeters is described which uses linear programming in order to decrease the dependence on energy and direction. The results of this method are more accurate than those obtained with the evaluation methods so far applied in film dosimetry. In addition, systematic errors can be given when evaluating individual measurements. Combined linear programming, as a special case of the presented method, is described taking a film dosemeter of particular type as an example. (orig.) [de

  13. Optimization Research of Generation Investment Based on Linear Programming Model

    Science.gov (United States)

    Wu, Juan; Ge, Xueqian

    Linear programming is an important branch of operational research and it is a mathematical method to assist the people to carry out scientific management. GAMS is an advanced simulation and optimization modeling language and it will combine a large number of complex mathematical programming, such as linear programming LP, nonlinear programming NLP, MIP and other mixed-integer programming with the system simulation. In this paper, based on the linear programming model, the optimized investment decision-making of generation is simulated and analyzed. At last, the optimal installed capacity of power plants and the final total cost are got, which provides the rational decision-making basis for optimized investments.

  14. Exploring Tablet PC Lectures: Lecturer Experiences and Student Perceptions in Biomedicine

    Science.gov (United States)

    Choate, Julia; Kotsanas, George; Dawson, Phillip

    2014-01-01

    Lecturers using tablet PCs with specialised pens can utilise real-time changes in lecture delivery via digital inking. We investigated student perceptions and lecturer experiences of tablet PC lectures in large-enrolment biomedicine subjects. Lecturers used PowerPoint or Classroom Presenter software for lecture preparation and in-lecture pen-based…

  15. Computer-Assisted, Programmed Text, and Lecture Modes of Instruction in Three Medical Training Courses: Comparative Evaluation. Final Report.

    Science.gov (United States)

    Deignan, Gerard M.; And Others

    This report contains a comparative analysis of the differential effectiveness of computer-assisted instruction (CAI), programmed instructional text (PIT), and lecture methods of instruction in three medical courses--Medical Laboratory, Radiology, and Dental. The summative evaluation includes (1) multiple regression analyses conducted to predict…

  16. 175 Years of Linear Programming

    Indian Academy of Sciences (India)

    polynomial-time solvability of linear programming, that is, testing if a polyhedron Q E ~ ... Q is rational, i.e. all extreme points and rays of Q are ra- tional vectors or ..... rithrll terminates with an interior solution, a post-processing step is usually ...

  17. Linear System of Equations, Matrix Inversion, and Linear Programming Using MS Excel

    Science.gov (United States)

    El-Gebeily, M.; Yushau, B.

    2008-01-01

    In this note, we demonstrate with illustrations two different ways that MS Excel can be used to solve Linear Systems of Equation, Linear Programming Problems, and Matrix Inversion Problems. The advantage of using MS Excel is its availability and transparency (the user is responsible for most of the details of how a problem is solved). Further, we…

  18. A Sawmill Manager Adapts To Change With Linear Programming

    Science.gov (United States)

    George F. Dutrow; James E. Granskog

    1973-01-01

    Linear programming provides guidelines for increasing sawmill capacity and flexibility and for determining stumpagepurchasing strategy. The operator of a medium-sized sawmill implemented improvements suggested by linear programming analysis; results indicate a 45 percent increase in revenue and a 36 percent hike in volume processed.

  19. 175 Years of Linear Programming

    Indian Academy of Sciences (India)

    Home; Journals; Resonance – Journal of Science Education; Volume 4; Issue 10. 175 Years of Linear Programming - Max Flow = Min Cut. Vijay Chandru M R Rao. Series Article Volume 4 Issue 10 October 1999 pp 22-39. Fulltext. Click here to view fulltext PDF. Permanent link:

  20. 175 Years of Linear Programming

    Indian Academy of Sciences (India)

    Home; Journals; Resonance – Journal of Science Education; Volume 4; Issue 5. 175 Years of Linear Programming - Pune's Gift. Vijay Chandru M R Rao. Series Article Volume 4 Issue 5 May ... Computer Science and Automation, IISc Bangalore 560012, India. Director, Indian Institute of Management, Bannerghatta Road, ...

  1. An approach for solving linear fractional programming problems ...

    African Journals Online (AJOL)

    The paper presents a new approach for solving a fractional linear programming problem in which the objective function is a linear fractional function, while the constraint functions are in the form of linear inequalities. The approach adopted is based mainly upon solving the problem algebraically using the concept of duality ...

  2. Lecture note on circuit technology for high energy physics experiment

    International Nuclear Information System (INIS)

    Ikeda, Hirokazu.

    1992-07-01

    This lecture gives basic ideas and practice of the circuit technology for high energy physics experiment. The program of this lecture gives access to the integrated circuit technology to be applied for a high luminosity hadron collider experiment. (author)

  3. Non-linear programming method in optimization of fast reactors

    International Nuclear Information System (INIS)

    Pavelesku, M.; Dumitresku, Kh.; Adam, S.

    1975-01-01

    Application of the non-linear programming methods on optimization of nuclear materials distribution in fast reactor is discussed. The programming task composition is made on the basis of the reactor calculation dependent on the fuel distribution strategy. As an illustration of this method application the solution of simple example is given. Solution of the non-linear program is done on the basis of the numerical method SUMT. (I.T.)

  4. A COMPARISON OF INTERNET-BASED LEARNING AND TRADITIONAL CLASSROOM LECTURE TO LEARN CPR FOR CONTINUING MEDICAL EDUCATION

    Directory of Open Access Journals (Sweden)

    Naser HEMMATI

    2013-01-01

    Full Text Available The purpose of this study was to compare the satisfaction and effectiveness of Internet-based learning (IBL and traditional classroom lecture (TCL for continuing medical education (CME programs by comparing final resuscitation exam results of physicians who received the newest cardiopulmonary resuscitation (CPR curriculum guidelines training either by traditional or by an Internet-based CME. A randomized two-group pretest-posttest quasi-experimental design was used. Postgraduate general physician trainees of Iran medical schools were participated. Two methods were compared for teaching the newest curriculum guidelines of the American Heart Association: lecture method in which the teacher follows a Power point presentation with linear layout, and with interactive self-assessment and Scenario-based learning, feedback, multimedia with linear and nonlinear layout with the same power point presentation as lecture in terms of text and photography. The data on final CPR exam grades, collected both groups trained physicians, were obtained for a total of 80 physicians in 2011. An independent sample t-test analysis indicated that participants in the IBL format reported significantly higher mean ratings for this format (62.5 ±2.32 than TCL format (54.6±2.18 (p=.001. There were no significant differences between the two groups in cognitive gains (p<0.05. well-designed IBL content can be effective or a supplement component to CME.

  5. Analytic central path, sensitivity analysis and parametric linear programming

    NARCIS (Netherlands)

    A.G. Holder; J.F. Sturm; S. Zhang (Shuzhong)

    1998-01-01

    textabstractIn this paper we consider properties of the central path and the analytic center of the optimal face in the context of parametric linear programming. We first show that if the right-hand side vector of a standard linear program is perturbed, then the analytic center of the optimal face

  6. Linear program differentiation for single-channel speech separation

    DEFF Research Database (Denmark)

    Pearlmutter, Barak A.; Olsson, Rasmus Kongsgaard

    2006-01-01

    Many apparently difficult problems can be solved by reduction to linear programming. Such problems are often subproblems within larger systems. When gradient optimisation of the entire larger system is desired, it is necessary to propagate gradients through the internally-invoked LP solver....... For instance, when an intermediate quantity z is the solution to a linear program involving constraint matrix A, a vector of sensitivities dE/dz will induce sensitivities dE/dA. Here we show how these can be efficiently calculated, when they exist. This allows algorithmic differentiation to be applied...... to algorithms that invoke linear programming solvers as subroutines, as is common when using sparse representations in signal processing. Here we apply it to gradient optimisation of over complete dictionaries for maximally sparse representations of a speech corpus. The dictionaries are employed in a single...

  7. Linear combination of forecasts with numerical adjustment via MINIMAX non-linear programming

    Directory of Open Access Journals (Sweden)

    Jairo Marlon Corrêa

    2016-03-01

    Full Text Available This paper proposes a linear combination of forecasts obtained from three forecasting methods (namely, ARIMA, Exponential Smoothing and Artificial Neural Networks whose adaptive weights are determined via a multi-objective non-linear programming problem, which seeks to minimize, simultaneously, the statistics: MAE, MAPE and MSE. The results achieved by the proposed combination are compared with the traditional approach of linear combinations of forecasts, where the optimum adaptive weights are determined only by minimizing the MSE; with the combination method by arithmetic mean; and with individual methods

  8. Very Low-Cost Nutritious Diet Plans Designed by Linear Programming.

    Science.gov (United States)

    Foytik, Jerry

    1981-01-01

    Provides procedural details of Linear Programing, developed by the U.S. Department of Agriculture to devise a dietary guide for consumers that minimizes food costs without sacrificing nutritional quality. Compares Linear Programming with the Thrifty Food Plan, which has been a basis for allocating coupons under the Food Stamp Program. (CS)

  9. Portfolio optimization by using linear programing models based on genetic algorithm

    Science.gov (United States)

    Sukono; Hidayat, Y.; Lesmana, E.; Putra, A. S.; Napitupulu, H.; Supian, S.

    2018-01-01

    In this paper, we discussed the investment portfolio optimization using linear programming model based on genetic algorithms. It is assumed that the portfolio risk is measured by absolute standard deviation, and each investor has a risk tolerance on the investment portfolio. To complete the investment portfolio optimization problem, the issue is arranged into a linear programming model. Furthermore, determination of the optimum solution for linear programming is done by using a genetic algorithm. As a numerical illustration, we analyze some of the stocks traded on the capital market in Indonesia. Based on the analysis, it is shown that the portfolio optimization performed by genetic algorithm approach produces more optimal efficient portfolio, compared to the portfolio optimization performed by a linear programming algorithm approach. Therefore, genetic algorithms can be considered as an alternative on determining the investment portfolio optimization, particularly using linear programming models.

  10. Memory for Lectures: How Lecture Format Impacts the Learning Experience.

    Science.gov (United States)

    Varao-Sousa, Trish L; Kingstone, Alan

    2015-01-01

    The present study investigated what impact the presentation style of a classroom lecture has on memory, mind wandering, and the subjective factors of interest and motivation. We examined if having a professor lecturing live versus on video alters the learning experience of the students in the classroom. During the lectures, students were asked to report mind wandering and later complete a memory test. The lecture format was manipulated such that all the students received two lectures, one live and one a pre-recorded video. Results indicate that lecture format affected memory performance but not mind wandering, with enhanced memory in the live lectures. Additionally, students reported greater interest and motivation in the live lectures. Given that a single change to the classroom environment, professor presence, impacted memory performance, as well as motivation and interest, the present results have several key implications for technology-based integrations into higher education classrooms.

  11. An easy way to obtain strong duality results in linear, linear semidefinite and linear semi-infinite programming

    NARCIS (Netherlands)

    Pop, P.C.; Still, Georg J.

    1999-01-01

    In linear programming it is known that an appropriate non-homogeneous Farkas Lemma leads to a short proof of the strong duality results for a pair of primal and dual programs. By using a corresponding generalized Farkas lemma we give a similar proof of the strong duality results for semidefinite

  12. The simplex method of linear programming

    CERN Document Server

    Ficken, Frederick A

    1961-01-01

    This concise but detailed and thorough treatment discusses the rudiments of the well-known simplex method for solving optimization problems in linear programming. Geared toward undergraduate students, the approach offers sufficient material for readers without a strong background in linear algebra. Many different kinds of problems further enrich the presentation. The text begins with examinations of the allocation problem, matrix notation for dual problems, feasibility, and theorems on duality and existence. Subsequent chapters address convex sets and boundedness, the prepared problem and boun

  13. Memory for Lectures: How Lecture Format Impacts the Learning Experience.

    Directory of Open Access Journals (Sweden)

    Trish L Varao-Sousa

    Full Text Available The present study investigated what impact the presentation style of a classroom lecture has on memory, mind wandering, and the subjective factors of interest and motivation. We examined if having a professor lecturing live versus on video alters the learning experience of the students in the classroom. During the lectures, students were asked to report mind wandering and later complete a memory test. The lecture format was manipulated such that all the students received two lectures, one live and one a pre-recorded video. Results indicate that lecture format affected memory performance but not mind wandering, with enhanced memory in the live lectures. Additionally, students reported greater interest and motivation in the live lectures. Given that a single change to the classroom environment, professor presence, impacted memory performance, as well as motivation and interest, the present results have several key implications for technology-based integrations into higher education classrooms.

  14. Some Properties of Multiple Parameters Linear Programming

    Directory of Open Access Journals (Sweden)

    Maoqin Li

    2010-01-01

    Full Text Available We consider a linear programming problem in which the right-hand side vector depends on multiple parameters. We study the characters of the optimal value function and the critical regions based on the concept of the optimal partition. We show that the domain of the optimal value function f can be decomposed into finitely many subsets with disjoint relative interiors, which is different from the result based on the concept of the optimal basis. And any directional derivative of f at any point can be computed by solving a linear programming problem when only an optimal solution is available at the point.

  15. Some Properties of Multiple Parameters Linear Programming

    Directory of Open Access Journals (Sweden)

    Yan Hong

    2010-01-01

    Full Text Available Abstract We consider a linear programming problem in which the right-hand side vector depends on multiple parameters. We study the characters of the optimal value function and the critical regions based on the concept of the optimal partition. We show that the domain of the optimal value function can be decomposed into finitely many subsets with disjoint relative interiors, which is different from the result based on the concept of the optimal basis. And any directional derivative of at any point can be computed by solving a linear programming problem when only an optimal solution is available at the point.

  16. A LINEAR PROGRAMMING ALGORITHM FOR LEAST-COST SCHEDULING

    Directory of Open Access Journals (Sweden)

    AYMAN H AL-MOMANI

    1999-12-01

    Full Text Available In this research, some concepts of linear programming and critical path method are reviewed to describe recent modeling structures that have been of great value in analyzing extended planning horizon project time-cost trade-offs problems. A simplified representation of a small project and a linear programming model is formulated to represent this system. Procedures to solve these various problems formulations were cited and the final solution is obtained using LINDO program. The model developed represents many restrictions and management considerations of the project. It could be used by construction managers in a planning stage to explore numerous possible opportunities to the contractor and predict the effect of a decision on the construction to facilitate a preferred operating policy given different management objectives. An implementation using this method is shown to outperform several other techniques and a large class of test problems. Linear programming show that the algorithm is very promising in practice on a wide variety of time-cost trade-offs problems. This method is simple, applicable to a large network, and generates a shorter computational time at low cost, along with an increase in robustness.

  17. Applied Research of Enterprise Cost Control Based on Linear Programming

    Directory of Open Access Journals (Sweden)

    Yu Shuo

    2015-01-01

    This paper researches the enterprise cost control through the linear programming model, and analyzes the restriction factors of the labor of enterprise production, raw materials, processing equipment, sales price, and other factors affecting the enterprise income, so as to obtain an enterprise cost control model based on the linear programming. This model can calculate rational production mode in the case of limited resources, and acquire optimal enterprise income. The production guiding program and scheduling arrangement of the enterprise can be obtained through calculation results, so as to provide scientific and effective guidance for the enterprise production. This paper adds the sensitivity analysis in the linear programming model, so as to learn about the stability of the enterprise cost control model based on linear programming through the sensitivity analysis, and verify the rationality of the model, and indicate the direction for the enterprise cost control. The calculation results of the model can provide a certain reference for the enterprise planning in the market economy environment, which have strong reference and practical significance in terms of the enterprise cost control.

  18. Trieste lectures on mirror symmetry

    Energy Technology Data Exchange (ETDEWEB)

    Hori, K [Department of Physics and Department of Mathematics, University of Toronto, Toronto, Ontario (Canada)

    2003-08-15

    These are pedagogical lectures on mirror symmetry given at the Spring School in ICTP, Trieste, March 2002. The focus is placed on worldsheet descriptions of the physics related to mirror symmetry. We start with the introduction to general aspects of (2,2) supersymmetric field theories in 1 + 1 dimensions. We next move on to the study and applications of linear sigma model. Finally, we provide a proof of mirror symmetry in a class of models. (author)

  19. Transforming an Introductory Programming Course: From Lectures to Active Learning via Wireless Laptops

    Science.gov (United States)

    Barak, Miri; Harward, Judson; Kocur, George; Lerman, Steven

    2007-08-01

    Within the framework of MIT's course 1.00: Introduction to Computers and Engineering Problem Solving, this paper describes an innovative project entitled: Studio 1.00 that integrates lectures with in-class demonstrations, active learning sessions, and on-task feedback, through the use of wireless laptop computers. This paper also describes a related evaluation study that investigated the effectiveness of different instructional strategies, comparing traditional teaching with two models of the studio format. Students' learning outcomes, specifically, their final grades and conceptual understanding of computational methods and programming, were examined. Findings indicated that Studio-1.00, in both its extensive- and partial-active learning modes, enhanced students' learning outcomes in Java programming. Comparing to the traditional courses, more students in the studio courses received "A" as their final grade and less failed. Moreover, students who regularly attended the active learning sessions were able to conceptualize programming principles better than their peers. We have also found two weaknesses in the teaching format of Studio-1.00 that can guide future versions of the course.

  20. Live lecture versus video-recorded lecture: are students voting with their feet?

    Science.gov (United States)

    Cardall, Scott; Krupat, Edward; Ulrich, Michael

    2008-12-01

    In light of educators' concerns that lecture attendance in medical school has declined, the authors sought to assess students' perceptions, evaluations, and motivations concerning live lectures compared with accelerated, video-recorded lectures viewed online. The authors performed a cross-sectional survey study of all first- and second-year students at Harvard Medical School. Respondents answered questions regarding their lecture attendance; use of class and personal time; use of accelerated, video-recorded lectures; and reasons for viewing video-recorded and live lectures. Other questions asked students to compare how well live and video-recorded lectures satisfied learning goals. Of the 353 students who received questionnaires, 204 (58%) returned responses. Collectively, students indicated watching 57.2% of lectures live, 29.4% recorded, and 3.8% using both methods. All students have watched recorded lectures, and most (88.5%) have used video-accelerating technologies. When using accelerated, video-recorded lecture as opposed to attending lecture, students felt they were more likely to increase their speed of knowledge acquisition (79.3% of students), look up additional information (67.7%), stay focused (64.8%), and learn more (63.7%). Live attendance remains the predominant method for viewing lectures. However, students find accelerated, video-recorded lectures equally or more valuable. Although educators may be uncomfortable with the fundamental change in the learning process represented by video-recorded lecture use, students' responses indicate that their decisions to attend lectures or view recorded lectures are motivated primarily by a desire to satisfy their professional goals. A challenge remains for educators to incorporate technologies students find useful while creating an interactive learning culture.

  1. Joint shape segmentation with linear programming

    KAUST Repository

    Huang, Qixing

    2011-01-01

    We present an approach to segmenting shapes in a heterogenous shape database. Our approach segments the shapes jointly, utilizing features from multiple shapes to improve the segmentation of each. The approach is entirely unsupervised and is based on an integer quadratic programming formulation of the joint segmentation problem. The program optimizes over possible segmentations of individual shapes as well as over possible correspondences between segments from multiple shapes. The integer quadratic program is solved via a linear programming relaxation, using a block coordinate descent procedure that makes the optimization feasible for large databases. We evaluate the presented approach on the Princeton segmentation benchmark and show that joint shape segmentation significantly outperforms single-shape segmentation techniques. © 2011 ACM.

  2. Arc-Search Infeasible Interior-Point Algorithm for Linear Programming

    OpenAIRE

    Yang, Yaguang

    2014-01-01

    Mehrotra's algorithm has been the most successful infeasible interior-point algorithm for linear programming since 1990. Most popular interior-point software packages for linear programming are based on Mehrotra's algorithm. This paper proposes an alternative algorithm, arc-search infeasible interior-point algorithm. We will demonstrate, by testing Netlib problems and comparing the test results obtained by arc-search infeasible interior-point algorithm and Mehrotra's algorithm, that the propo...

  3. Linear Programming and Its Application to Pattern Recognition Problems

    Science.gov (United States)

    Omalley, M. J.

    1973-01-01

    Linear programming and linear programming like techniques as applied to pattern recognition problems are discussed. Three relatively recent research articles on such applications are summarized. The main results of each paper are described, indicating the theoretical tools needed to obtain them. A synopsis of the author's comments is presented with regard to the applicability or non-applicability of his methods to particular problems, including computational results wherever given.

  4. Object matching using a locally affine invariant and linear programming techniques.

    Science.gov (United States)

    Li, Hongsheng; Huang, Xiaolei; He, Lei

    2013-02-01

    In this paper, we introduce a new matching method based on a novel locally affine-invariant geometric constraint and linear programming techniques. To model and solve the matching problem in a linear programming formulation, all geometric constraints should be able to be exactly or approximately reformulated into a linear form. This is a major difficulty for this kind of matching algorithm. We propose a novel locally affine-invariant constraint which can be exactly linearized and requires a lot fewer auxiliary variables than other linear programming-based methods do. The key idea behind it is that each point in the template point set can be exactly represented by an affine combination of its neighboring points, whose weights can be solved easily by least squares. Errors of reconstructing each matched point using such weights are used to penalize the disagreement of geometric relationships between the template points and the matched points. The resulting overall objective function can be solved efficiently by linear programming techniques. Our experimental results on both rigid and nonrigid object matching show the effectiveness of the proposed algorithm.

  5. The impact of lecture attendance and other variables on how medical students evaluate faculty in a preclinical program.

    Science.gov (United States)

    Martin, Stanley I; Way, David P; Verbeck, Nicole; Nagel, Rollin; Davis, John A; Vandre, Dale D

    2013-07-01

    High-quality audiovisual recording technology enables medical students to listen to didactic lectures without actually attending them. The authors wondered whether in-person attendance affects how students evaluate lecturers. This is a retrospective review of faculty evaluations completed by first- and second-year medical students at the Ohio State University College of Medicine during 2009-2010. Lecture-capture technology was used to record all lectures. Attendance at lectures was optional; however, all students were required to complete lecturer evaluation forms. Students rated overall instruction using a five-option response scale. They also reported their attendance. The authors used analysis of variance to compare the lecturer ratings of attendees versus nonattendees. The authors included additional independent variables-year of student, student grade/rank in class, and lecturer degree-in the analysis. The authors analyzed 12,092 evaluations of 220 lecturers received from 358 students. The average number of evaluations per lecturer was 55. Seventy-four percent (n = 8,968 evaluations) of students attended the lectures they evaluated, whereas 26% (n = 3,124 evaluations) viewed them online. Mean lecturer ratings from attendees was 3.85 compared with 3.80 by nonattendees (P ≤ .05; effect size: 0.055). Student's class grade and year, plus lecturer degree, also affected students' evaluations of lecturers (effect sizes: 0.055-0.3). Students' attendance at lectures, year, and class grade, as well as lecturer degree, affect students' evaluation of lecturers. This finding has ramifications on how student evaluations should be collected, interpreted, and used in promotion and tenure decisions in this evolving medical education environment.

  6. Application of the simplex method of linear programming model to ...

    African Journals Online (AJOL)

    This work discussed how the simplex method of linear programming could be used to maximize the profit of any business firm using Saclux Paint Company as a case study. It equally elucidated the effect variation in the optimal result obtained from linear programming model, will have on any given firm. It was demonstrated ...

  7. Five Lectures on Photosynthesis

    International Nuclear Information System (INIS)

    Broda, E.

    1979-01-01

    These five lectures were held by E. Broda during the International Symposium on Alternative Energies, in September 1979. Lecture 1 – The Great Physicists and Photosynthesis; Lecture 2 – The Influence of Photosynthesis on the Biosphere. Past, Present and Future; Lecture 3 – The Origin of Photosynthesis; Lecture 4 – The Evolution from Photosynthetic Bacteria to Plants; Lecture 5 – Respiration and Photorespiration. (nowak)

  8. An introduction to fuzzy linear programming problems theory, methods and applications

    CERN Document Server

    Kaur, Jagdeep

    2016-01-01

    The book presents a snapshot of the state of the art in the field of fully fuzzy linear programming. The main focus is on showing current methods for finding the fuzzy optimal solution of fully fuzzy linear programming problems in which all the parameters and decision variables are represented by non-negative fuzzy numbers. It presents new methods developed by the authors, as well as existing methods developed by others, and their application to real-world problems, including fuzzy transportation problems. Moreover, it compares the outcomes of the different methods and discusses their advantages/disadvantages. As the first work to collect at one place the most important methods for solving fuzzy linear programming problems, the book represents a useful reference guide for students and researchers, providing them with the necessary theoretical and practical knowledge to deal with linear programming problems under uncertainty.

  9. CANDU lectures

    International Nuclear Information System (INIS)

    Rouben, B.

    1984-06-01

    This document is a compilation of notes prepared for two lectures given by the author in the winter of 1983 at the Institut de Genie Nucleaire, Ecole Polytechnique, Montreal. The first lecture gives a physical description of the CANDU reactor core: the nuclear lattice, the reactivity mechanisms, their functions and properties. This lecture also covers various aspects of reactor core physics and describes different calculational methods available. The second lecture studies the numerous facets of fuel management in CANDU reactors. The important variables in fuel management, and the rules guiding the refuelling strategy, are presented and illustrated by means of results obtained for the CANDU 600

  10. An efficient method for generalized linear multiplicative programming problem with multiplicative constraints.

    Science.gov (United States)

    Zhao, Yingfeng; Liu, Sanyang

    2016-01-01

    We present a practical branch and bound algorithm for globally solving generalized linear multiplicative programming problem with multiplicative constraints. To solve the problem, a relaxation programming problem which is equivalent to a linear programming is proposed by utilizing a new two-phase relaxation technique. In the algorithm, lower and upper bounds are simultaneously obtained by solving some linear relaxation programming problems. Global convergence has been proved and results of some sample examples and a small random experiment show that the proposed algorithm is feasible and efficient.

  11. A Direct Heuristic Algorithm for Linear Programming

    Indian Academy of Sciences (India)

    Abstract. An (3) mathematically non-iterative heuristic procedure that needs no artificial variable is presented for solving linear programming problems. An optimality test is included. Numerical experiments depict the utility/scope of such a procedure.

  12. Train Repathing in Emergencies Based on Fuzzy Linear Programming

    Directory of Open Access Journals (Sweden)

    Xuelei Meng

    2014-01-01

    Full Text Available Train pathing is a typical problem which is to assign the train trips on the sets of rail segments, such as rail tracks and links. This paper focuses on the train pathing problem, determining the paths of the train trips in emergencies. We analyze the influencing factors of train pathing, such as transferring cost, running cost, and social adverse effect cost. With the overall consideration of the segment and station capability constraints, we build the fuzzy linear programming model to solve the train pathing problem. We design the fuzzy membership function to describe the fuzzy coefficients. Furthermore, the contraction-expansion factors are introduced to contract or expand the value ranges of the fuzzy coefficients, coping with the uncertainty of the value range of the fuzzy coefficients. We propose a method based on triangular fuzzy coefficient and transfer the train pathing (fuzzy linear programming model to a determinate linear model to solve the fuzzy linear programming problem. An emergency is supposed based on the real data of the Beijing-Shanghai Railway. The model in this paper was solved and the computation results prove the availability of the model and efficiency of the algorithm.

  13. Train repathing in emergencies based on fuzzy linear programming.

    Science.gov (United States)

    Meng, Xuelei; Cui, Bingmou

    2014-01-01

    Train pathing is a typical problem which is to assign the train trips on the sets of rail segments, such as rail tracks and links. This paper focuses on the train pathing problem, determining the paths of the train trips in emergencies. We analyze the influencing factors of train pathing, such as transferring cost, running cost, and social adverse effect cost. With the overall consideration of the segment and station capability constraints, we build the fuzzy linear programming model to solve the train pathing problem. We design the fuzzy membership function to describe the fuzzy coefficients. Furthermore, the contraction-expansion factors are introduced to contract or expand the value ranges of the fuzzy coefficients, coping with the uncertainty of the value range of the fuzzy coefficients. We propose a method based on triangular fuzzy coefficient and transfer the train pathing (fuzzy linear programming model) to a determinate linear model to solve the fuzzy linear programming problem. An emergency is supposed based on the real data of the Beijing-Shanghai Railway. The model in this paper was solved and the computation results prove the availability of the model and efficiency of the algorithm.

  14. Impact of online lecture-capture on student outcomes in a therapeutics course.

    Science.gov (United States)

    Bollmeier, Suzanne G; Wenger, Philip J; Forinash, Alicia B

    2010-09-10

    To examine the correlation between students accessing recorded lecture files (audio and slides) online and course grades and class attendance. Second professional year (of 6-year program) students in a therapeutics course had access to recorded online lectures for 72 hours following live lectures. The number and duration of lecture accessions were compared to final course grades and class attendance. Course grades were compared to those of a historical control group. At the end of the semester, students completed a brief survey instrument regarding their use and perceptions of online lectures. No correlation was found between final course grades and the number of lecture accessions (r = 0.0014) or total number of minutes lectures were viewed (r = 0.033), nor between class attendance and minutes viewed (r = 0.2158). Students with access to recorded lectures outperformed the historical control group on the final examination (p students reported no influence of online files on class attendance. Posting lectures online did not affect student outcomes, but students did score higher on the final examination.

  15. Study and program implementation of transient curves' piecewise linearization

    International Nuclear Information System (INIS)

    Shi Yang; Zu Hongbiao

    2014-01-01

    Background: Transient curves are essential for the stress analysis of related equipment in nuclear power plant (NPP). The actually operating data or the design transient data of a NPP usually consist of a large number of data points with very short time intervals. To simplify the analysis, transient curves are generally piecewise linearized in advance. Up to now, the piecewise linearization of transient curves is accomplished manually, Purpose: The aim is to develop a method for the piecewise linearization of transient curves, and to implement it by programming. Methods: First of all, the fitting line of a number of data points was obtained by the least square method. The segment of the fitting line is set while the accumulation error of linearization exceeds the preset limit with the increasing number of points. Then the linearization of subsequent data points was begun from the last point of the preceding curve segment to get the next segment in the same way, and continue until the final data point involved. Finally, averaging of junction points is taken for the segment connection. Results: A computer program named PLTC (Piecewise Linearization for Transient Curves) was implemented and verified by the linearization of the standard sine curve and typical transient curves of a NPP. Conclusion: The method and the PLTC program can be well used to the piecewise linearization of transient curves, with improving efficiency and precision. (authors)

  16. Linear Programming for Vocational Education Planning. Interim Report.

    Science.gov (United States)

    Young, Robert C.; And Others

    The purpose of the paper is to define for potential users of vocational education management information systems a quantitative analysis technique and its utilization to facilitate more effective planning of vocational education programs. Defining linear programming (LP) as a management technique used to solve complex resource allocation problems…

  17. The Computer Program LIAR for Beam Dynamics Calculations in Linear Accelerators

    International Nuclear Information System (INIS)

    Assmann, R.W.; Adolphsen, C.; Bane, K.; Raubenheimer, T.O.; Siemann, R.H.; Thompson, K.

    2011-01-01

    Linear accelerators are the central components of the proposed next generation of linear colliders. They need to provide acceleration of up to 750 GeV per beam while maintaining very small normalized emittances. Standard simulation programs, mainly developed for storage rings, do not meet the specific requirements for high energy linear accelerators. We present a new program LIAR ('LInear Accelerator Research code') that includes wakefield effects, a 6D coupled beam description, specific optimization algorithms and other advanced features. Its modular structure allows to use and to extend it easily for different purposes. The program is available for UNIX workstations and Windows PC's. It can be applied to a broad range of accelerators. We present examples of simulations for SLC and NLC.

  18. The Web-Lecture - a viable alternative to the traditional lecture format?

    Science.gov (United States)

    Meibom, S.

    2004-12-01

    Educational research shows that students learn best in an environment with emphasis on teamwork, problem-solving, and hands-on experience. Still professors spend the majority of their time with students in the traditional lecture-hall setting where the combination of large classes and limited time prevents sufficient student-teacher interaction to foster an active learning environment. Can modern computer technology be used to provide "lecture-type" information to students via the World Wide Web? If so, will that help professors make better and/or different use of their scheduled time with the students? Answering these questions was the main motivation for the Extra-Solar Planet Project. The Extra-Solar Planet Project was designed to test the effectiveness of a lecture available to the student on the World Wide Web (Web-Lecture) and to engage the students in an active learning environment were their use the information presented in the Web-Lecture. The topic of the Web-Lecture was detection of extra-solar planets and the project was implemented into an introductory astronomy course at University of Wisconsin Madison in the spring of 2004. The Web-Lecture was designed to give an interactive presentation of synchronized video, audio and lecture notes. It was created using the eTEACH software developed at the University of Wisconsin Madison School of Engineering. In my talk, I will describe the project, show excerpts of the Web-Lecture, and present assessments of student learning and results of student evaluations of the web-lecture format.

  19. Joseph Mountin Lecture

    Centers for Disease Control (CDC) Podcasts

    2009-10-26

    In this podcast, William H. Foege, MD, MPH delivers the 29th Annual Joseph W. Mountin Lecture. Dr. Foege was a key leader in the smallpox effort and worked as an epidemiologist in the successful eradication campaign in the 1970s. Dr. Foege became chief of the Smallpox Eradication Program at CDC, and was appointed director of CDC in 1977.  Created: 10/26/2009 by Centers for Disease Control and Prevention (CDC).   Date Released: 10/29/2009.

  20. The Use of Linear Programming for Prediction.

    Science.gov (United States)

    Schnittjer, Carl J.

    The purpose of the study was to develop a linear programming model to be used for prediction, test the accuracy of the predictions, and compare the accuracy with that produced by curvilinear multiple regression analysis. (Author)

  1. The RANDOM computer program: A linear congruential random number generator

    Science.gov (United States)

    Miles, R. F., Jr.

    1986-01-01

    The RANDOM Computer Program is a FORTRAN program for generating random number sequences and testing linear congruential random number generators (LCGs). The linear congruential form of random number generator is discussed, and the selection of parameters of an LCG for a microcomputer described. This document describes the following: (1) The RANDOM Computer Program; (2) RANDOM.MOD, the computer code needed to implement an LCG in a FORTRAN program; and (3) The RANCYCLE and the ARITH Computer Programs that provide computational assistance in the selection of parameters for an LCG. The RANDOM, RANCYCLE, and ARITH Computer Programs are written in Microsoft FORTRAN for the IBM PC microcomputer and its compatibles. With only minor modifications, the RANDOM Computer Program and its LCG can be run on most micromputers or mainframe computers.

  2. Using linear programming to analyze and optimize stochastic flow lines

    DEFF Research Database (Denmark)

    Helber, Stefan; Schimmelpfeng, Katja; Stolletz, Raik

    2011-01-01

    This paper presents a linear programming approach to analyze and optimize flow lines with limited buffer capacities and stochastic processing times. The basic idea is to solve a huge but simple linear program that models an entire simulation run of a multi-stage production process in discrete time...... programming and hence allows us to solve buffer allocation problems. We show under which conditions our method works well by comparing its results to exact values for two-machine models and approximate simulation results for longer lines....

  3. Engagement in Digital Lecture Halls: A Study of Student Course Engagement and Mobile Device Use during Lecture

    Science.gov (United States)

    Witecki, Gwendolyn; Nonnecke, Blair

    2015-01-01

    Universities have experienced increases in technology ownership and usage amongst students entering undergraduate programs. Almost all students report owning a mobile phone and many students view laptops and tablets as educational tools, though they also report using them for nonacademic activities during lectures. We explored the relationship…

  4. Vocal intensity in lecturers: Results of measurements conducted during lecture sessions

    Directory of Open Access Journals (Sweden)

    Witold Mikulski

    2013-12-01

    Full Text Available Background: Occupational voice users (inter alia: lecturers speak with different levels of vocal intensity. Speakers adjust this intensity knowingly (e.g. to underline the importance of fragments of the speech or unknowingly. The unknown adjustment of voice intensity occurs e.g. in the presence of high acoustic background noise (so-called Lombard effect, but it also results from many other factors: hearing loss, construction of the vocal tract, habits and others. The aim of the article is to confirm the thesis that in similar conditions of acoustic properties of the room different lecturers speak with different levels of vocal intensity. Materials and Methods: The study was conducted in a group of 10 lecturers in the same conference room. A-weighted sound pressure level determined at 1 m from the lecturer's mouth was adopted as a parameter defining the intensity of the lecturer's voice. The levels of all lecturers' voice intensity were compared and evaluated according to the criteria defined in EN ISO 9921. Results: Nine in ten lecturers were speaking with normal voice intensity (60-65 dB and only one full-time university lecturer was speaking with raised voice (66-71 dB. Conclusions: It was found that in the room of the same acoustic conditions the lecturers spoke with different intensities of voice. Some lecturers occasionally, and one all the time spoke with the voice intensity specified by PN-EN ISO 9921 as a raised voice. The results of the preliminary study warrant further studies in a larger group of teachers. Med Pr 2013;64(6:797–804

  5. Lectures on the practical solution of differential equations

    International Nuclear Information System (INIS)

    Dresner, L.

    1979-11-01

    This report comprises lectures on the practical solution of ordinary and partial differential equations given in the In-Hours Continuing Education Program for Scientific and Technical Personnel at Oak Ridge National Laboratory

  6. Near-Regular Structure Discovery Using Linear Programming

    KAUST Repository

    Huang, Qixing; Guibas, Leonidas J.; Mitra, Niloy J.

    2014-01-01

    as an optimization and efficiently solve it using linear programming techniques. Our optimization has a discrete aspect, that is, the connectivity relationships among the elements, as well as a continuous aspect, namely the locations of the elements of interest. Both

  7. NP-Hardness of optimizing the sum of Rational Linear Functions over an Asymptotic-Linear-Program

    OpenAIRE

    Chermakani, Deepak Ponvel

    2012-01-01

    We convert, within polynomial-time and sequential processing, an NP-Complete Problem into a real-variable problem of minimizing a sum of Rational Linear Functions constrained by an Asymptotic-Linear-Program. The coefficients and constants in the real-variable problem are 0, 1, -1, K, or -K, where K is the time parameter that tends to positive infinity. The number of variables, constraints, and rational linear functions in the objective, of the real-variable problem is bounded by a polynomial ...

  8. Linear Parametric Sensitivity Analysis of the Constraint Coefficient Matrix in Linear Programs

    NARCIS (Netherlands)

    R.A. Zuidwijk (Rob)

    2005-01-01

    textabstractSensitivity analysis is used to quantify the impact of changes in the initial data of linear programs on the optimal value. In particular, parametric sensitivity analysis involves a perturbation analysis in which the effects of small changes of some or all of the initial data on an

  9. Synthesizing Dynamic Programming Algorithms from Linear Temporal Logic Formulae

    Science.gov (United States)

    Rosu, Grigore; Havelund, Klaus

    2001-01-01

    The problem of testing a linear temporal logic (LTL) formula on a finite execution trace of events, generated by an executing program, occurs naturally in runtime analysis of software. We present an algorithm which takes an LTL formula and generates an efficient dynamic programming algorithm. The generated algorithm tests whether the LTL formula is satisfied by a finite trace of events given as input. The generated algorithm runs in linear time, its constant depending on the size of the LTL formula. The memory needed is constant, also depending on the size of the formula.

  10. Linear accelerators for TeV colliders

    International Nuclear Information System (INIS)

    Wilson, P.B.

    1985-05-01

    This paper summarizes four tutorial lectures on linear electron accelerators: Electron Linacs for TeV Colliders, Emittance and Damping Rings, Wake Fields: Basic Concepts, and Wake Field Effects in Linacs

  11. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel 73127

    2001-01-01

    28, 29, 30, 31 May and 1 June REGULAR LECTURE PROGRAMME From 11:00 hrs - Main Auditorium bldg. 500 Quantum computing and Quantum cryptography T. Hey / University of Southampton, GB, and D. Ross / CERN-TH This course will give both an overview and a detailed introduction to quantum computing and quantum cryptography. The first lecture will survey the field, starting from its origins in Feyman's lecture in 1981. The next three lectures will explain in detail the relevance of Bell states and the workings of Grover's Quantum Search and Shor's quantum factorization algorithms. In addition, an explanation of quantum teleportation will be given. The last lecture will survey the recent progress towards realizing working quantum computers and quantum cryptographic systems.

  12. Program LINEAR (version 79-1): linearize data in the evaluated nuclear data file/version B (ENDF/B) format

    International Nuclear Information System (INIS)

    Cullen, D.E.

    1979-01-01

    Program LINEAR converts evaluated cross sections in the ENDF/B format into a tabular form that is subject to linear-linear interpolation in energy and cross section. The code also thins tables of cross sections already in that form (i.e., removes points not needed for linear interpolability). The main advantage of the code is that it allows subsequent codes to consider only linear-linear data. A listing of the source deck is available on request

  13. Effect of lecture instruction on student performance on qualitative questions

    Science.gov (United States)

    Heron, Paula R. L.

    2015-06-01

    The impact of lecture instruction on student conceptual understanding in physics has been the subject of research for several decades. Most studies have reported disappointingly small improvements in student performance on conceptual questions despite direct instruction on the relevant topics. These results have spurred a number of attempts to improve learning in physics courses through new curricula and instructional techniques. This paper contributes to the research base through a retrospective analysis of 20 randomly selected qualitative questions on topics in kinematics, dynamics, electrostatics, waves, and physical optics that have been given in introductory calculus-based physics at the University of Washington over a period of 15 years. In some classes, questions were administered after relevant lecture instruction had been completed; in others, it had yet to begin. Simple statistical tests indicate that the average performance of the "after lecture" classes was significantly better than that of the "before lecture" classes for 11 questions, significantly worse for two questions, and indistinguishable for the remaining seven. However, the classes had not been randomly assigned to be tested before or after lecture instruction. Multiple linear regression was therefore conducted with variables (such as class size) that could plausibly lead to systematic differences in performance and thus obscure (or artificially enhance) the effect of lecture instruction. The regression models support the results of the simple tests for all but four questions. In those cases, the effect of lecture instruction was reduced to a nonsignificant level, or increased to a significant, negative level when other variables were considered. Thus the results provide robust evidence that instruction in lecture can increase student ability to give correct answers to conceptual questions but does not necessarily do so; in some cases it can even lead to a decrease.

  14. Applying natural evolution for solving computational problems - Lecture 1

    CERN Multimedia

    CERN. Geneva

    2017-01-01

    Darwin’s natural evolution theory has inspired computer scientists for solving computational problems. In a similar way to how humans and animals have evolved along millions of years, computational problems can be solved by evolving a population of solutions through generations until a good solution is found. In the first lecture, the fundaments of evolutionary computing (EC) will be described, covering the different phases that the evolutionary process implies. ECJ, a framework for researching in such field, will be also explained. In the second lecture, genetic programming (GP) will be covered. GP is a sub-field of EC where solutions are actual computational programs represented by trees. Bloat control and distributed evaluation will be introduced.

  15. Applying natural evolution for solving computational problems - Lecture 2

    CERN Multimedia

    CERN. Geneva

    2017-01-01

    Darwin’s natural evolution theory has inspired computer scientists for solving computational problems. In a similar way to how humans and animals have evolved along millions of years, computational problems can be solved by evolving a population of solutions through generations until a good solution is found. In the first lecture, the fundaments of evolutionary computing (EC) will be described, covering the different phases that the evolutionary process implies. ECJ, a framework for researching in such field, will be also explained. In the second lecture, genetic programming (GP) will be covered. GP is a sub-field of EC where solutions are actual computational programs represented by trees. Bloat control and distributed evaluation will be introduced.

  16. General guidelines solution for linear programming with fuzzy coefficients

    Directory of Open Access Journals (Sweden)

    Sergio Gerardo de los Cobos Silva

    2013-08-01

    Full Text Available This work introduce to the Possibilistic Programming and the Fuzzy Programming as paradigms that allow to resolve problems of linear programming when the coefficients of the model or the restrictions on the same are presented as fuzzy numbers, rather than exact numbers (crisp. This work presents some examples based on [1].

  17. Authentic Astronomical Discovery in Planetariums: Data-Driven Immersive Lectures

    Science.gov (United States)

    Wyatt, Ryan Jason

    2018-01-01

    Planetariums are akin to “branch offices” for astronomy in major cities and other locations around the globe. With immersive, fulldome video technology, modern digital planetariums offer the opportunity to integrate authentic astronomical data into both pre-recorded shows and live lectures. At the California Academy of Sciences Morrison Planetarium, we host the monthly Benjamin Dean Astronomy Lecture Series, which features researchers describing their cutting-edge work to well-informed lay audiences. The Academy’s visualization studio and engineering teams work with researchers to visualize their data in both pre-rendered and real-time formats, and these visualizations are integrated into a variety of programs—including lectures! The assets are then made available to any other planetariums with similar software to support their programming. A lecturer can thus give the same immersive presentation to audiences in a variety of planetariums. The Academy has also collaborated with Chicago’s Adler Planetarium to bring Kavli Fulldome Lecture Series to San Francisco, and the two theaters have also linked together in live “domecasts” to share real-time content with audiences in both cities. These lecture series and other, similar projects suggest a bright future for astronomers to bring their research to the public in an immersive and visually compelling format.

  18. A linear programming approach for placement of applicants to academic programs

    OpenAIRE

    Kassa, Biniyam Asmare

    2013-01-01

    This paper reports a linear programming approach for placement of applicants to study programs developed and implemented at the college of Business & Economics, Bahir Dar University, Bahir Dar, Ethiopia. The approach is estimated to significantly streamline the placement decision process at the college by reducing required man hour as well as the time it takes to announce placement decisions. Compared to the previous manual system where only one or two placement criteria were considered, the ...

  19. Lectures given at the C.I.M.E. Summer School

    CERN Document Server

    2007-01-01

    The present Cime volume includes four lectures by Bressan, Serre, Zumbrun and Williams and an appendix with a Tutorial on Center Manifold Theorem by Bressan. Bressan’s notes start with an extensive review of the theory of hyperbolic conservation laws. Then he introduces the vanishing viscosity approach and explains clearly the building blocks of the theory in particular the crucial role of the decomposition by travelling waves. Serre focuses on existence and stability for discrete shock profiles, he reviews the existence both in the rational and in the irrational cases and gives a concise introduction to the use of spectral methods for stability analysis. Finally the lectures by Williams and Zumbrun deal with the stability of multidimensional fronts. Williams’ lecture describes the stability of multidimensional viscous shocks: the small viscosity limit, linearization and conjugation, Evans functions, Lopatinski determinants etc. Zumbrun discusses planar stability for viscous shocks with a realistic physic...

  20. Non-linear nuclear engineering models as genetic programming application

    International Nuclear Information System (INIS)

    Domingos, Roberto P.; Schirru, Roberto; Martinez, Aquilino S.

    1997-01-01

    This work presents a Genetic Programming paradigm and a nuclear application. A field of Artificial Intelligence, based on the concepts of Species Evolution and Natural Selection, can be understood as a self-programming process where the computer is the main agent responsible for the discovery of a program able to solve a given problem. In the present case, the problem was to find a mathematical expression in symbolic form, able to express the existent relation between equivalent ratio of a fuel cell, the enrichment of fuel elements and the multiplication factor. Such expression would avoid repeatedly reactor physics codes execution for core optimization. The results were compared with those obtained by different techniques such as Neural Networks and Linear Multiple Regression. Genetic Programming has shown to present a performance as good as, and under some features superior to Neural Network and Linear Multiple Regression. (author). 10 refs., 8 figs., 1 tabs

  1. Sensitivity analysis of linear programming problem through a recurrent neural network

    Science.gov (United States)

    Das, Raja

    2017-11-01

    In this paper we study the recurrent neural network for solving linear programming problems. To achieve optimality in accuracy and also in computational effort, an algorithm is presented. We investigate the sensitivity analysis of linear programming problem through the neural network. A detailed example is also presented to demonstrate the performance of the recurrent neural network.

  2. Recently Published Lectures and Tutorials for ATLAS

    CERN Multimedia

    Herr, J.

    2006-01-01

    As reported in the September 2004 ATLAS eNews, the Web Lecture Archive Project, WLAP, a collaboration between the University of Michigan and CERN, has developed a synchronized system for recording and publishing educational multimedia presentations, using the Web as medium. This year, the University of Michigan team has been asked to record and publish all ATLAS Plenary sessions, as well as a large number of Physics and Computing tutorials. A significant amount of this material has already been published and can be accessed via the links below. The WLAP model is spreading. This summer, the CERN's High School Teachers program has used WLAP's system to record several physics lectures directed toward a broad audience. And a new project called MScribe, which is essentially the WLAP system coupled with an infrared tracking camera, is being used by the University of Michigan to record several University courses this academic year. All lectures can be viewed on any major platform with any common internet browser...

  3. FSILP: fuzzy-stochastic-interval linear programming for supporting municipal solid waste management.

    Science.gov (United States)

    Li, Pu; Chen, Bing

    2011-04-01

    Although many studies on municipal solid waste management (MSW management) were conducted under uncertain conditions of fuzzy, stochastic, and interval coexistence, the solution to the conventional linear programming problems of integrating fuzzy method with the other two was inefficient. In this study, a fuzzy-stochastic-interval linear programming (FSILP) method is developed by integrating Nguyen's method with conventional linear programming for supporting municipal solid waste management. The Nguyen's method was used to convert the fuzzy and fuzzy-stochastic linear programming problems into the conventional linear programs, by measuring the attainment values of fuzzy numbers and/or fuzzy random variables, as well as superiority and inferiority between triangular fuzzy numbers/triangular fuzzy-stochastic variables. The developed method can effectively tackle uncertainties described in terms of probability density functions, fuzzy membership functions, and discrete intervals. Moreover, the method can also improve upon the conventional interval fuzzy programming and two-stage stochastic programming approaches, with advantageous capabilities that are easily achieved with fewer constraints and significantly reduces consumption time. The developed model was applied to a case study of municipal solid waste management system in a city. The results indicated that reasonable solutions had been generated. The solution can help quantify the relationship between the change of system cost and the uncertainties, which could support further analysis of tradeoffs between the waste management cost and the system failure risk. Copyright © 2010 Elsevier Ltd. All rights reserved.

  4. Comparison of Internet versus lecture instructional methods for teaching nursing research.

    Science.gov (United States)

    Woo, M A; Kimmick, J V

    2000-01-01

    Although many higher education programs are using the Internet to teach classes, there are few published reports on the effectiveness of this method on test scores or student satisfaction. The purpose of this study was to compare test and student satisfaction scores of graduate nursing students who take a nursing research course via the Internet with those of students who take the same course via traditional lecture instruction. In addition, student technical support use and Internet student lecture attendance also were examined. A total of 97 students (Internet, 44; lectures, 53) participated. There were no significant differences in test scores and overall course student satisfaction (P > .05). However, the Internet students reported significantly higher (P = .04) stimulation of learning compared with the traditional lecture students. Technical support use by the Internet students was high initially and was related to software problems. Of interest were the large proportion of Internet students (73 percent) who attended at least 3 of the 10 lectures. Use of the Internet to teach graduate-level nursing research can provide comparable learning and student satisfaction to traditional lecture instructional methods.

  5. Generalised Assignment Matrix Methodology in Linear Programming

    Science.gov (United States)

    Jerome, Lawrence

    2012-01-01

    Discrete Mathematics instructors and students have long been struggling with various labelling and scanning algorithms for solving many important problems. This paper shows how to solve a wide variety of Discrete Mathematics and OR problems using assignment matrices and linear programming, specifically using Excel Solvers although the same…

  6. Academic Training: Physics at e+e- linear collider

    CERN Multimedia

    Françoise Benz

    2004-01-01

    15, 16, 17, 18, 19 November 2004-2005 ACADEMIC TRAINING PROGRAMME LECTURE SERIES from 11.00 to 12.00hrs - Main Auditorium, bldg. 500 Physics at e+e- linear collider K. DESCH / Desy, Hamburg, D Future e+e- Linear Colliders offer the potential to explore new physics at the TeV scale to very high precision. The lecture series introduces the possibilities of a TeV linear collider (the International Linear Collider, ILC) in the fields of Higgs physics, alternative Electro-weak Symmetry Breaking scenarios, Supersymmetry, Extra Dimensions, and more exotic models. Also the prospects for highly improved measurements of SM parameters such as the top quark mass and electro-weak gauge boson properties are discussed. The implications for the design of an appropriate detector are outlined and current R&D developments are explained. Particular emphasis will be given to the complementarity and intimate interplay of physics at the LHC and the ILC. The additional benefit of multi-TeV e+e- collisions as envisaged i...

  7. Detecting which teaching competences should be reinforced in an engineering lecturer training program

    OpenAIRE

    López Álvarez, David; Pérez Poch, Antoni

    2016-01-01

    In Catalonia (Spain), each university is required by law to offer lecturers a learning framework. This requirement is met by specialized centers: at our technical university, Universitat Politècnica de Catalunya (UPC) this center is the Institute for Education Sciences (ICE), to which the authors of this article belong. This institute offers training to both new and senior lecturers. This training is voluntary because no specific teacher training background is required for teaching at the uni...

  8. Fuzzy linear programming approach for solving transportation

    Indian Academy of Sciences (India)

    Transportation problem (TP) is an important network structured linear programming problem that arises in several contexts and has deservedly received a great deal of attention in the literature. The central concept in this problem is to find the least total transportation cost of a commodity in order to satisfy demands at ...

  9. Large-scale linear programs in planning and prediction.

    Science.gov (United States)

    2017-06-01

    Large-scale linear programs are at the core of many traffic-related optimization problems in both planning and prediction. Moreover, many of these involve significant uncertainty, and hence are modeled using either chance constraints, or robust optim...

  10. Linear decomposition approach for a class of nonconvex programming problems.

    Science.gov (United States)

    Shen, Peiping; Wang, Chunfeng

    2017-01-01

    This paper presents a linear decomposition approach for a class of nonconvex programming problems by dividing the input space into polynomially many grids. It shows that under certain assumptions the original problem can be transformed and decomposed into a polynomial number of equivalent linear programming subproblems. Based on solving a series of liner programming subproblems corresponding to those grid points we can obtain the near-optimal solution of the original problem. Compared to existing results in the literature, the proposed algorithm does not require the assumptions of quasi-concavity and differentiability of the objective function, and it differs significantly giving an interesting approach to solving the problem with a reduced running time.

  11. International program on linear electric motors

    Energy Technology Data Exchange (ETDEWEB)

    Dawson, G.E.; Eastham, A.R.; Parker, J.H.

    1992-05-01

    The International Program on Linear Electric Motors (LEM) was initiated for the purposes of commumication and coordination between various centers of expertise in LEM technology in Germany, Japan and Canada. Furthermore, it was intended to provide assessment and support of the planning of technological developments and for dissemination of information to researchers, service operators and policy makers, and to ensure that full advantage can be taken if opportunities for technology transfer occur. In the process, the program was able to provide closer contacts between researchers, to enhance and encourage collaborative research and development, and to facilitate joint ventures in advanced transportation technologies. Work done under the program is documented, and seminar materials presented by Canadian researchers in Italy, and by Italian researchers at Queen's University in Canada are presented. Five separate abstracts have been prepared for the main body of the report and the seminar materials.

  12. Interactive lectures in engineering education

    NARCIS (Netherlands)

    van Dijk, L.A.; van den Berg, G.C.; van Keulen, H.

    2001-01-01

    This article discusses an alternative approach to lecturing: the interactive lecture. In the literature, interactive teaching is forwarded as a means to increase the effectiveness of lectures. Members of lecturing staff still seem, however, reluctant to incorporate interactive teaching in their

  13. Evaluating forest management policies by parametric linear programing

    Science.gov (United States)

    Daniel I. Navon; Richard J. McConnen

    1967-01-01

    An analytical and simulation technique, parametric linear programing explores alternative conditions and devises an optimal management plan for each condition. Its application in solving policy-decision problems in the management of forest lands is illustrated in an example.

  14. Maintaining Students’ Involvement in a Math Lecture Using Countdown Timers

    Directory of Open Access Journals (Sweden)

    Ann Krizzel A. Aban

    2015-12-01

    Full Text Available Involving students in a lecture is an important but not an easy task that every lecturer must encourage. This task becomes even greater in a math class that is composed of eighty to a hundred sixty students. In 2007, the University of the Philippines Los Baños (UPLB started offering some of its basic math courses in lecture-recitation set-up. This shift and many other factors drove most math instructors of UPLB to widely use presentation software, such as the PowerPoint (PPT, to deliver their lectures. The non-stop use of these softwares, however, seems to have negative effects on the students when it comes to maintaining their involvement in a lecture discussion for they tend to be more passive spectators. On the other hand, adding countdown timers strategically on some parts of the discussion seems to lessen such negative effects. This study determined the effectiveness of using countdown timers in maintaining students’ involvement in a lecture of MATH 27 (Analytic Geometry and Calculus II, a course in UPLB commonly taken by sophomore students. Results show that the effectiveness of countdown timers, as perceived by the students, is independent to students’ genders and degree programs, but is dependent to the colleges where the students belong to. Also, some effects of countdown timers are significantly correlated to various data from students’ profiles. It was concluded in the study that the use of countdown timers is effective in maintaining student’s involvement in MATH 27 lectures and might also be useful in other math lecture classes

  15. C-program LINOP for the evaluation of film dosemeters by linear optimization. User manual

    International Nuclear Information System (INIS)

    Kragh, P.

    1995-11-01

    Linear programming results in an optimal measuring value for film dosemeters. The Linop program was developed to be used for linear programming. The program permits the evaluation and control of film dosemeters and of all other multi-component dosemeters. This user manual for the Linop program contains the source program, a description of the program and installation and use instructions. The data sets with programs and examples are available upon request. (orig.) [de

  16. Issues in Lecturing in a Second Language: Lecturer's Behaviour and Students' Perceptions

    Science.gov (United States)

    Miller, Lindsay

    2007-01-01

    This article explores how Hong Kong Chinese engineering students with low English language proficiency manage to cope with their lectures given in English. An ethnographic case study approach was used with multiple sources of data triangulated to provide a picture of the lecture event from both the students' and the lecturer's perspectives. One of…

  17. A property of assignment type mixed integer linear programming problems

    NARCIS (Netherlands)

    Benders, J.F.; van Nunen, J.A.E.E.

    1982-01-01

    In this paper we will proof that rather tight upper bounds can be given for the number of non-unique assignments that are achieved after solving the linear programming relaxation of some types of mixed integer linear assignment problems. Since in these cases the number of splitted assignments is

  18. Academic Training Lecture - Regular lecture programme

    CERN Multimedia

    PH Department

    2011-01-01

    Wednesday 28, Thursday 29 and Friday 30 September 2011 Supersymmetric Recipes by Prof. Ben Allanech / University of Cambridge, UK  from 11:00 to 12:00 (Europe/Zurich) at CERN ( Main Auditorium, Bldg. 500 ) In these lectures, I shall describe the theory of supersymmetry accessible to people with a knowledge of basic quantum field theory. The lectures will contain recipes of how to calculate which interactions (and which special relations) are in supersymmetry, without providing detailed proofs of where they come from. We shall also cover: motivation for weak-scale supersymmetry and the minimal supersymmetric standard model.

  19. Engagement in Digital Lecture Halls: A Study of Student Course Engagement and Mobile Device use During Lecture

    Directory of Open Access Journals (Sweden)

    Gwendolyn Witecki

    2015-01-01

    Full Text Available Universities have experienced increases in technology ownership and usage amongst students entering undergraduate programs. Almost all students report owning a mobile phone and many students view laptops and tablets as educational tools, though they also report using them for non-academic activities during lectures. We explored the relationship between student course engagement and the use of smartphones, laptops, cell phones, and tablets during lecture. Undergraduate students responded to an online survey asking about both course engagement and mobile device habits. Results show that smartphone use was most strongly related to lowered course engagement and while laptop use was related to lowered engagement, it was to a lesser extent. In contrast, overall engagement of students using tablets or cell phones was not significantly different than those who did not.

  20. Comparison of linear, mixed integer and non-linear programming methods in energy system dispatch modelling

    DEFF Research Database (Denmark)

    Ommen, Torben Schmidt; Markussen, Wiebke Brix; Elmegaard, Brian

    2014-01-01

    In the paper, three frequently used operation optimisation methods are examined with respect to their impact on operation management of the combined utility technologies for electric power and DH (district heating) of eastern Denmark. The investigation focusses on individual plant operation...... differences and differences between the solution found by each optimisation method. One of the investigated approaches utilises LP (linear programming) for optimisation, one uses LP with binary operation constraints, while the third approach uses NLP (non-linear programming). The LP model is used...... as a benchmark, as this type is frequently used, and has the lowest amount of constraints of the three. A comparison of the optimised operation of a number of units shows significant differences between the three methods. Compared to the reference, the use of binary integer variables, increases operation...

  1. Fundamental solution of the problem of linear programming and method of its determination

    Science.gov (United States)

    Petrunin, S. V.

    1978-01-01

    The idea of a fundamental solution to a problem in linear programming is introduced. A method of determining the fundamental solution and of applying this method to the solution of a problem in linear programming is proposed. Numerical examples are cited.

  2. Academic Training Lecture - Regular Programme

    CERN Multimedia

    PH Department

    2011-01-01

    Regular Lecture Programme 9 May 2011 ACT Lectures on Detectors - Inner Tracking Detectors by Pippa Wells (CERN) 10 May 2011 ACT Lectures on Detectors - Calorimeters (2/5) by Philippe Bloch (CERN) 11 May 2011 ACT Lectures on Detectors - Muon systems (3/5) by Kerstin Hoepfner (RWTH Aachen) 12 May 2011 ACT Lectures on Detectors - Particle Identification and Forward Detectors by Peter Krizan (University of Ljubljana and J. Stefan Institute, Ljubljana, Slovenia) 13 May 2011 ACT Lectures on Detectors - Trigger and Data Acquisition (5/5) by Dr. Brian Petersen (CERN) from 11:00 to 12:00 at CERN ( Bldg. 222-R-001 - Filtration Plant )

  3. A Spreadsheet-Based, Matrix Formulation Linear Programming Lesson

    DEFF Research Database (Denmark)

    Harrod, Steven

    2009-01-01

    The article focuses on the spreadsheet-based, matrix formulation linear programming lesson. According to the article, it makes a higher level of theoretical mathematics approachable by a wide spectrum of students wherein many may not be decision sciences or quantitative methods majors. Moreover...

  4. Controller design approach based on linear programming.

    Science.gov (United States)

    Tanaka, Ryo; Shibasaki, Hiroki; Ogawa, Hiromitsu; Murakami, Takahiro; Ishida, Yoshihisa

    2013-11-01

    This study explains and demonstrates the design method for a control system with a load disturbance observer. Observer gains are determined by linear programming (LP) in terms of the Routh-Hurwitz stability criterion and the final-value theorem. In addition, the control model has a feedback structure, and feedback gains are determined to be the linear quadratic regulator. The simulation results confirmed that compared with the conventional method, the output estimated by our proposed method converges to a reference input faster when a load disturbance is added to a control system. In addition, we also confirmed the effectiveness of the proposed method by performing an experiment with a DC motor. © 2013 ISA. Published by ISA. All rights reserved.

  5. Numerical solution of large sparse linear systems

    International Nuclear Information System (INIS)

    Meurant, Gerard; Golub, Gene.

    1982-02-01

    This note is based on one of the lectures given at the 1980 CEA-EDF-INRIA Numerical Analysis Summer School whose aim is the study of large sparse linear systems. The main topics are solving least squares problems by orthogonal transformation, fast Poisson solvers and solution of sparse linear system by iterative methods with a special emphasis on preconditioned conjuguate gradient method [fr

  6. Sensitivity Analysis of Linear Programming and Quadratic Programming Algorithms for Control Allocation

    Science.gov (United States)

    Frost, Susan A.; Bodson, Marc; Acosta, Diana M.

    2009-01-01

    The Next Generation (NextGen) transport aircraft configurations being investigated as part of the NASA Aeronautics Subsonic Fixed Wing Project have more control surfaces, or control effectors, than existing transport aircraft configurations. Conventional flight control is achieved through two symmetric elevators, two antisymmetric ailerons, and a rudder. The five effectors, reduced to three command variables, produce moments along the three main axes of the aircraft and enable the pilot to control the attitude and flight path of the aircraft. The NextGen aircraft will have additional redundant control effectors to control the three moments, creating a situation where the aircraft is over-actuated and where a simple relationship does not exist anymore between the required effector deflections and the desired moments. NextGen flight controllers will incorporate control allocation algorithms to determine the optimal effector commands and attain the desired moments, taking into account the effector limits. Approaches to solving the problem using linear programming and quadratic programming algorithms have been proposed and tested. It is of great interest to understand their relative advantages and disadvantages and how design parameters may affect their properties. In this paper, we investigate the sensitivity of the effector commands with respect to the desired moments and show on some examples that the solutions provided using the l2 norm of quadratic programming are less sensitive than those using the l1 norm of linear programming.

  7. Spline smoothing of histograms by linear programming

    Science.gov (United States)

    Bennett, J. O.

    1972-01-01

    An algorithm for an approximating function to the frequency distribution is obtained from a sample of size n. To obtain the approximating function a histogram is made from the data. Next, Euclidean space approximations to the graph of the histogram using central B-splines as basis elements are obtained by linear programming. The approximating function has area one and is nonnegative.

  8. Formulated linear programming problems from game theory and its ...

    African Journals Online (AJOL)

    Formulated linear programming problems from game theory and its computer implementation using Tora package. ... Game theory, a branch of operations research examines the various concepts of decision ... AJOL African Journals Online.

  9. Computer-science guest-lecture series at Langston University sponsored by the U.S. Geological Survey; abstracts, 1992-93

    Science.gov (United States)

    Steele, K. S.

    1994-01-01

    Langston University, a Historically Black University located at Langston, Oklahoma, has a computing and information science program within the Langston University Division of Business. Since 1984, Langston University has participated in the Historically Black College and University program of the U.S. Department of Interior, which provided education, training, and funding through a combined earth-science and computer-technology cooperative program with the U.S. Geological Survey (USGS). USGS personnel have presented guest lectures at Langston University since 1984. Students have been enthusiastic about the lectures, and as a result of this program, 13 Langston University students have been hired by the USGS on a part-time basis while they continued their education at the University. The USGS expanded the offering of guest lectures in 1992 by increasing the number of visits to Langston University, and by inviting participation of speakers from throughout the country. The objectives of the guest-lecture series are to assist Langston University in offering state-of-the-art education in the computer sciences, to provide students with an opportunity to learn from and interact with skilled computer-science professionals, and to develop a pool of potential future employees for part-time and full-time employment. This report includes abstracts for guest-lecture presentations during 1992-93 school year.

  10. Laughter in University Lectures

    Science.gov (United States)

    Nesi, Hilary

    2012-01-01

    This paper analyses laughter in spoken academic discourse, with the aim of discovering why lecturers provoke laughter in their lectures. A further purpose of the paper is to identify episodes in British data which may differ from those in other cultural contexts where other lecturing practices prevail, and thus to inform the design of study skills…

  11. An algorithm for the solution of dynamic linear programs

    Science.gov (United States)

    Psiaki, Mark L.

    1989-01-01

    The algorithm's objective is to efficiently solve Dynamic Linear Programs (DLP) by taking advantage of their special staircase structure. This algorithm constitutes a stepping stone to an improved algorithm for solving Dynamic Quadratic Programs, which, in turn, would make the nonlinear programming method of Successive Quadratic Programs more practical for solving trajectory optimization problems. The ultimate goal is to being trajectory optimization solution speeds into the realm of real-time control. The algorithm exploits the staircase nature of the large constraint matrix of the equality-constrained DLPs encountered when solving inequality-constrained DLPs by an active set approach. A numerically-stable, staircase QL factorization of the staircase constraint matrix is carried out starting from its last rows and columns. The resulting recursion is like the time-varying Riccati equation from multi-stage LQR theory. The resulting factorization increases the efficiency of all of the typical LP solution operations over that of a dense matrix LP code. At the same time numerical stability is ensured. The algorithm also takes advantage of dynamic programming ideas about the cost-to-go by relaxing active pseudo constraints in a backwards sweeping process. This further decreases the cost per update of the LP rank-1 updating procedure, although it may result in more changes of the active set that if pseudo constraints were relaxed in a non-stagewise fashion. The usual stability of closed-loop Linear/Quadratic optimally-controlled systems, if it carries over to strictly linear cost functions, implies that the saving due to reduced factor update effort may outweigh the cost of an increased number of updates. An aerospace example is presented in which a ground-to-ground rocket's distance is maximized. This example demonstrates the applicability of this class of algorithms to aerospace guidance. It also sheds light on the efficacy of the proposed pseudo constraint relaxation

  12. Forum: The Lecture and Student Learning. The Lecture's Absent Audience

    Science.gov (United States)

    Sciullo, Nick J.

    2017-01-01

    According to the "Oxford English Dictionary" ("OED"), the noun "lecture" dates from the 14th century and means the "action of reading, perusal. Also, that which is read or perused." This definition, while accurate and resonates today in many college classrooms, ignores a key feature of any lecture. The…

  13. MAGDM linear-programming models with distinct uncertain preference structures.

    Science.gov (United States)

    Xu, Zeshui S; Chen, Jian

    2008-10-01

    Group decision making with preference information on alternatives is an interesting and important research topic which has been receiving more and more attention in recent years. The purpose of this paper is to investigate multiple-attribute group decision-making (MAGDM) problems with distinct uncertain preference structures. We develop some linear-programming models for dealing with the MAGDM problems, where the information about attribute weights is incomplete, and the decision makers have their preferences on alternatives. The provided preference information can be represented in the following three distinct uncertain preference structures: 1) interval utility values; 2) interval fuzzy preference relations; and 3) interval multiplicative preference relations. We first establish some linear-programming models based on decision matrix and each of the distinct uncertain preference structures and, then, develop some linear-programming models to integrate all three structures of subjective uncertain preference information provided by the decision makers and the objective information depicted in the decision matrix. Furthermore, we propose a simple and straightforward approach in ranking and selecting the given alternatives. It is worth pointing out that the developed models can also be used to deal with the situations where the three distinct uncertain preference structures are reduced to the traditional ones, i.e., utility values, fuzzy preference relations, and multiplicative preference relations. Finally, we use a practical example to illustrate in detail the calculation process of the developed approach.

  14. A Geminoid as Lecturer

    DEFF Research Database (Denmark)

    Abildgaard, Julie Rafn; Schärfe, Henrik

    2012-01-01

    In this paper we report our findings from an experiment with the teleoperated android Geminoid-DK. The geminoid took up the role of a university lecturer and delivered a 45 minute lecture in front of 150 freshmen students at Aalborg University. While considering the role of the geminoid in this e......In this paper we report our findings from an experiment with the teleoperated android Geminoid-DK. The geminoid took up the role of a university lecturer and delivered a 45 minute lecture in front of 150 freshmen students at Aalborg University. While considering the role of the geminoid...

  15. An overview of solution methods for multi-objective mixed integer linear programming programs

    DEFF Research Database (Denmark)

    Andersen, Kim Allan; Stidsen, Thomas Riis

    Multiple objective mixed integer linear programming (MOMIP) problems are notoriously hard to solve to optimality, i.e. finding the complete set of non-dominated solutions. We will give an overview of existing methods. Among those are interactive methods, the two phases method and enumeration...... methods. In particular we will discuss the existing branch and bound approaches for solving multiple objective integer programming problems. Despite the fact that branch and bound methods has been applied successfully to integer programming problems with one criterion only a few attempts has been made...

  16. Student and faculty perceptions of lecture recording in a doctor of pharmacy curriculum.

    Science.gov (United States)

    Maynor, Lena M; Barrickman, Ashleigh Landis; Stamatakis, Mary K; Elliott, David P

    2013-10-14

    To describe students' and faculty members' perceptions of the impact of lecture recording in a doctor of pharmacy (PharmD) curriculum. Second- and third-year pharmacy students and faculty members completed an anonymous survey instrument regarding their perceptions of lecture recording with 2 classroom lecture capture software programs, Camtasia Studio and Wimba Classroom. Most students (82%) responded that Camtasia was very helpful and almost half (49%) responded that Wimba Classroom was helpful (pstudents reported being more likely to miss a class that was recorded; however, few students (10%) reported using recordings as a substitute for attending class. The most common concern of faculty members was decreased student attendance (27%). Pharmacy students consider lecture recordings beneficial, and they use the recordings primarily to review the lecture. While faculty members reported concerns with decreased attendance, few students reported using recordings as an alternative to class attendance.

  17. Accommodation of practical constraints by a linear programming jet select. [for Space Shuttle

    Science.gov (United States)

    Bergmann, E.; Weiler, P.

    1983-01-01

    An experimental spacecraft control system will be incorporated into the Space Shuttle flight software and exercised during a forthcoming mission to evaluate its performance and handling qualities. The control system incorporates a 'phase space' control law to generate rate change requests and a linear programming jet select to compute jet firings. Posed as a linear programming problem, jet selection must represent the rate change request as a linear combination of jet acceleration vectors where the coefficients are the jet firing times, while minimizing the fuel expended in satisfying that request. This problem is solved in real time using a revised Simplex algorithm. In order to implement the jet selection algorithm in the Shuttle flight control computer, it was modified to accommodate certain practical features of the Shuttle such as limited computer throughput, lengthy firing times, and a large number of control jets. To the authors' knowledge, this is the first such application of linear programming. It was made possible by careful consideration of the jet selection problem in terms of the properties of linear programming and the Simplex algorithm. These modifications to the jet select algorithm may by useful for the design of reaction controlled spacecraft.

  18. Embedding a Virtual Patient Simulator in an Interactive Surgical lecture.

    Science.gov (United States)

    Kleinert, Robert; Plum, Patrick; Heiermann, Nadine; Wahba, Roger; Chang, De-Huan; Hölscher, Arnulf H; Stippel, Dirk L

    2016-01-01

    knowledge gain was proven by comparison of chosen therapeutic workflow before and after the lecture. Students showed significantly (p lecture. We successfully developed and evaluated a custom-made 3D VPS for supporting the traditional lecture. VPS is probably an effective instrument that might replace real patients in selected lectures and prepare students for bedside teaching. Copyright © 2016 Association of Program Directors in Surgery. Published by Elsevier Inc. All rights reserved.

  19. DESIGN OF EDUCATIONAL PROBLEMS ON LINEAR PROGRAMMING USING SYSTEMS OF COMPUTER MATHEMATICS

    Directory of Open Access Journals (Sweden)

    Volodymyr M. Mykhalevych

    2013-11-01

    Full Text Available From a perspective of the theory of educational problems a problem of substitution in the conditions of ICT use of one discipline by an educational problem of another discipline is represented. Through the example of mathematical problems of linear programming it is showed that a student’s method of operation in the course of an educational problem solving is determinant in the identification of an educational problem in relation to a specific discipline: linear programming, informatics, mathematical modeling, methods of optimization, automatic control theory, calculus etc. It is substantiated the necessity of linear programming educational problems renovation with the purpose of making students free of bulky similar arithmetic calculations and notes which often becomes a barrier to a deeper understanding of key ideas taken as a basis of algorithms used by them.

  20. International program on linear electric motors. CIGGT report No. 92-1

    Energy Technology Data Exchange (ETDEWEB)

    Dawson, G.E.; Eastham, A.R.; Parker, J.H.

    1992-12-31

    The International Program for Linear Electric Motors (LEM) was begun in April 1989 to communicate and coordinate activities with centers of expertise in Germany, Canada, and Japan; to provide for the assessment and support of the planning of technological developments and for dissemination of information to researchers, service operators, and policy makers; and to ensure that full advantage can be taken if opportunities for technology transfer occur. This report documents the work done under the program, including standardizing linear induction motor (LIM) design characteristics; test procedures and measurement methods; rating; database for design data; criteria for evaluation of designs; computer programs for modelling performance; and a design study for an agreed application.

  1. Indirect synthesis of multi-degree of freedom transient systems. [linear programming for a kinematically linear system

    Science.gov (United States)

    Pilkey, W. D.; Chen, Y. H.

    1974-01-01

    An indirect synthesis method is used in the efficient optimal design of multi-degree of freedom, multi-design element, nonlinear, transient systems. A limiting performance analysis which requires linear programming for a kinematically linear system is presented. The system is selected using system identification methods such that the designed system responds as closely as possible to the limiting performance. The efficiency is a result of the method avoiding the repetitive systems analyses accompanying other numerical optimization methods.

  2. LCPT: a program for finding linear canonical transformations

    International Nuclear Information System (INIS)

    Char, B.W.; McNamara, B.

    1979-01-01

    This article describes a MACSYMA program to compute symbolically a canonical linear transformation between coordinate systems. The difficulties in implementation of this canonical small physics problem are also discussed, along with the implications that may be drawn from such difficulties about widespread MACSYMA usage by the community of computational/theoretical physicists

  3. Interior-Point Methods for Linear Programming: A Review

    Science.gov (United States)

    Singh, J. N.; Singh, D.

    2002-01-01

    The paper reviews some recent advances in interior-point methods for linear programming and indicates directions in which future progress can be made. Most of the interior-point methods belong to any of three categories: affine-scaling methods, potential reduction methods and central path methods. These methods are discussed together with…

  4. Linear collider: a preview

    Energy Technology Data Exchange (ETDEWEB)

    Wiedemann, H.

    1981-11-01

    Since no linear colliders have been built yet it is difficult to know at what energy the linear cost scaling of linear colliders drops below the quadratic scaling of storage rings. There is, however, no doubt that a linear collider facility for a center of mass energy above say 500 GeV is significantly cheaper than an equivalent storage ring. In order to make the linear collider principle feasible at very high energies a number of problems have to be solved. There are two kinds of problems: one which is related to the feasibility of the principle and the other kind of problems is associated with minimizing the cost of constructing and operating such a facility. This lecture series describes the problems and possible solutions. Since the real test of a principle requires the construction of a prototype I will in the last chapter describe the SLC project at the Stanford Linear Accelerator Center.

  5. Linear collider: a preview

    International Nuclear Information System (INIS)

    Wiedemann, H.

    1981-11-01

    Since no linear colliders have been built yet it is difficult to know at what energy the linear cost scaling of linear colliders drops below the quadratic scaling of storage rings. There is, however, no doubt that a linear collider facility for a center of mass energy above say 500 GeV is significantly cheaper than an equivalent storage ring. In order to make the linear collider principle feasible at very high energies a number of problems have to be solved. There are two kinds of problems: one which is related to the feasibility of the principle and the other kind of problems is associated with minimizing the cost of constructing and operating such a facility. This lecture series describes the problems and possible solutions. Since the real test of a principle requires the construction of a prototype I will in the last chapter describe the SLC project at the Stanford Linear Accelerator Center

  6. Public Lectures | Events | Indian Academy of Sciences

    Indian Academy of Sciences (India)

    Public and special lectures. Academy Public Lectures · Public and special lectures in Mid-Year and Annual Meetings · Platinum Jubilee Lectures. Academy's annual and mid-year meetings include a special lecture by a senior Fellow in the morning of each meeting day and one public lecture by an eminent person, from ...

  7. A Linear Programming Model to Optimize Various Objective Functions of a Foundation Type State Support Program.

    Science.gov (United States)

    Matzke, Orville R.

    The purpose of this study was to formulate a linear programming model to simulate a foundation type support program and to apply this model to a state support program for the public elementary and secondary school districts in the State of Iowa. The model was successful in producing optimal solutions to five objective functions proposed for…

  8. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    12, 13, 14, 15 & 16 March REGULAR LECTURE PROGRAMME From 11:00 hrs - Main Auditorium bldg. 500 Telecommunication for the future Rob Parker / CERN-IT Few fields have experienced such a high level of technical advance over the last few decades as that of telecommunications. This lecture series will track the evolution of telecommunications systems since their inception, and consider how technology is likely to advance over the next years. A personal view will also be given of the effect of these innovations on our work and leisure activities.The lecture series will be aimed at an audience with no specific technical knowledge of telecommunications.

  9. An Improved Method for Solving Multiobjective Integer Linear Fractional Programming Problem

    Directory of Open Access Journals (Sweden)

    Meriem Ait Mehdi

    2014-01-01

    Full Text Available We describe an improvement of Chergui and Moulaï’s method (2008 that generates the whole efficient set of a multiobjective integer linear fractional program based on the branch and cut concept. The general step of this method consists in optimizing (maximizing without loss of generality one of the fractional objective functions over a subset of the original continuous feasible set; then if necessary, a branching process is carried out until obtaining an integer feasible solution. At this stage, an efficient cut is built from the criteria’s growth directions in order to discard a part of the feasible domain containing only nonefficient solutions. Our contribution concerns firstly the optimization process where a linear program that we define later will be solved at each step rather than a fractional linear program. Secondly, local ideal and nadir points will be used as bounds to prune some branches leading to nonefficient solutions. The computational experiments show that the new method outperforms the old one in all the treated instances.

  10. Lectures on string theory

    International Nuclear Information System (INIS)

    Thorn, C.B.

    1988-01-01

    Several topics are discussed in string theory presented as three lectures to the Spring School on Superstrings at the ICTP at Trieste, Italy, in April, 1988. The first lecture is devoted to some general aspects of conformal invariance and duality. The second sketches methods for carrying out perturbative calculations in string field theory. The final lecture presents an alternative lattice approach to a nonperturbative formulation of the sum over world surfaces. 35 refs., 12 figs

  11. Same Content, Different Methods: Comparing Lecture, Engaged Classroom, and Simulation.

    Science.gov (United States)

    Raleigh, Meghan F; Wilson, Garland Anthony; Moss, David Alan; Reineke-Piper, Kristen A; Walden, Jeffrey; Fisher, Daniel J; Williams, Tracy; Alexander, Christienne; Niceler, Brock; Viera, Anthony J; Zakrajsek, Todd

    2018-02-01

    There is a push to use classroom technology and active teaching methods to replace didactic lectures as the most prevalent format for resident education. This multisite collaborative cohort study involving nine residency programs across the United States compared a standard slide-based didactic lecture, a facilitated group discussion via an engaged classroom, and a high-fidelity, hands-on simulation scenario for teaching the topic of acute dyspnea. The primary outcome was knowledge retention at 2 to 4 weeks. Each teaching method was assigned to three different residency programs in the collaborative according to local resources. Learning objectives were determined by faculty. Pre- and posttest questions were validated and utilized as a measurement of knowledge retention. Each site administered the pretest, taught the topic of acute dyspnea utilizing their assigned method, and administered a posttest 2 to 4 weeks later. Differences between the groups were compared using paired t-tests. A total of 146 residents completed the posttest, and scores increased from baseline across all groups. The average score increased 6% in the standard lecture group (n=47), 11% in the engaged classroom (n=53), and 9% in the simulation group (n=56). The differences in improvement between engaged classroom and simulation were not statistically significant. Compared to standard lecture, both engaged classroom and high-fidelity simulation were associated with a statistically significant improvement in knowledge retention. Knowledge retention after engaged classroom and high-fidelity simulation did not significantly differ. More research is necessary to determine if different teaching methods result in different levels of comfort and skill with actual patient care.

  12. A Comparison of Traditional Worksheet and Linear Programming Methods for Teaching Manure Application Planning.

    Science.gov (United States)

    Schmitt, M. A.; And Others

    1994-01-01

    Compares traditional manure application planning techniques calculated to meet agronomic nutrient needs on a field-by-field basis with plans developed using computer-assisted linear programming optimization methods. Linear programming provided the most economical and environmentally sound manure application strategy. (Contains 15 references.) (MDH)

  13. Planning Student Flow with Linear Programming: A Tunisian Case Study.

    Science.gov (United States)

    Bezeau, Lawrence

    A student flow model in linear programming format, designed to plan the movement of students into secondary and university programs in Tunisia, is described. The purpose of the plan is to determine a sufficient number of graduating students that would flow back into the system as teachers or move into the labor market to meet fixed manpower…

  14. Application of linear programming and perturbation theory in optimization of fuel utilization in a nuclear reactor

    International Nuclear Information System (INIS)

    Zavaljevski, N.

    1985-01-01

    Proposed optimization procedure is fast due to application of linear programming. Non-linear constraints which demand iterative application of linear programming are slowing down the calculation. Linearization can be done by different procedures starting from simple empirical rules for fuel in-core management to complicated general perturbation theory with higher order of corrections. A mathematical model was formulated for optimization of improved fuel cycle. A detailed algorithm for determining minimum of fresh fuel at the beginning of each fuel cycle is shown and the problem is linearized by first order perturbation theory and it is optimized by linear programming. Numerical illustration of the proposed method was done for the experimental reactor mostly for saving computer time

  15. A Nutritional Analysis of the Food Basket in BIH: A Linear Programming Approach

    Directory of Open Access Journals (Sweden)

    Arnaut-Berilo Almira

    2017-04-01

    Full Text Available This paper presents linear and goal programming optimization models for determining and analyzing the food basket in Bosnia and Herzegovina (BiH in terms of adequate nutritional needs according to World Health Organization (WHO standards and World Bank (WB recommendations. A linear programming (LP model and goal linear programming model (GLP are adequate since price and nutrient contents are linearly related to food weight. The LP model provides information about the minimal value and the structure of the food basket for an average person in BiH based on nutrient needs. GLP models are designed to give us information on minimal deviations from nutrient needs if the budget is fixed. Based on these results, poverty analysis can be performed. The data used for the models consisted of 158 food items from the general consumption of the population of BiH according to COICOP classifications, with average prices in 2015 for these products.

  16. Lectures given at the C.I.M.E. Summer School

    CERN Document Server

    Zannier, Umberto

    2003-01-01

    The C.I.M.E. session in Diophantine Approximation, held in Cetraro (Italy) June 28 - July 6, 2000 focused on height theory, linear independence and transcendence in group varieties, Baker's method, approximations to algebraic numbers and applications to polynomial-exponential diophantine equations and to diophantine theory of linear recurrences. Very fine lectures by D. Masser, Y. Nesterenko, H.-P. Schlickewei, W.M. Schmidt and M. Waldschmidt have resulted giving a good overview of these topics, and describing central results, both classical and recent, emphasizing the new methods and ideas of the proofs rather than the details. They are addressed to a wide audience and do not require any prior specific knowledge.

  17. Planning under uncertainty solving large-scale stochastic linear programs

    Energy Technology Data Exchange (ETDEWEB)

    Infanger, G. [Stanford Univ., CA (United States). Dept. of Operations Research]|[Technische Univ., Vienna (Austria). Inst. fuer Energiewirtschaft

    1992-12-01

    For many practical problems, solutions obtained from deterministic models are unsatisfactory because they fail to hedge against certain contingencies that may occur in the future. Stochastic models address this shortcoming, but up to recently seemed to be intractable due to their size. Recent advances both in solution algorithms and in computer technology now allow us to solve important and general classes of practical stochastic problems. We show how large-scale stochastic linear programs can be efficiently solved by combining classical decomposition and Monte Carlo (importance) sampling techniques. We discuss the methodology for solving two-stage stochastic linear programs with recourse, present numerical results of large problems with numerous stochastic parameters, show how to efficiently implement the methodology on a parallel multi-computer and derive the theory for solving a general class of multi-stage problems with dependency of the stochastic parameters within a stage and between different stages.

  18. No-signaling quantum key distribution: solution by linear programming

    Science.gov (United States)

    Hwang, Won-Young; Bae, Joonwoo; Killoran, Nathan

    2015-02-01

    We outline a straightforward approach for obtaining a secret key rate using only no-signaling constraints and linear programming. Assuming an individual attack, we consider all possible joint probabilities. Initially, we study only the case where Eve has binary outcomes, and we impose constraints due to the no-signaling principle and given measurement outcomes. Within the remaining space of joint probabilities, by using linear programming, we get bound on the probability of Eve correctly guessing Bob's bit. We then make use of an inequality that relates this guessing probability to the mutual information between Bob and a more general Eve, who is not binary-restricted. Putting our computed bound together with the Csiszár-Körner formula, we obtain a positive key generation rate. The optimal value of this rate agrees with known results, but was calculated in a more straightforward way, offering the potential of generalization to different scenarios.

  19. Optimal selection for shielding materials by fuzzy linear programming

    International Nuclear Information System (INIS)

    Kanai, Y.; Miura, N.; Sugasawa, S.

    1996-01-01

    An application of fuzzy linear programming methods to optimization of a radiation shield is presented. The main purpose of the present study is the choice of materials and the search of the ratio of mixture-component as the first stage of the methodology on optimum shielding design according to individual requirements of nuclear reactor, reprocessing facility, shipping cask installing spent fuel, ect. The characteristic values for the shield optimization may be considered their cost, spatial space, weight and some shielding qualities such as activation rate and total dose rate for neutron and gamma ray (includes secondary gamma ray). This new approach can reduce huge combination calculations for conventional two-valued logic approaches to representative single shielding calculation by group-wised optimization parameters determined in advance. Using the fuzzy linear programming method, possibilities for reducing radiation effects attainable in optimal compositions hydrated, lead- and boron-contained materials are investigated

  20. A MICROCOMPUTER LINEAR PROGRAMMING PACKAGE: AN ALTERNATIVE TO MAINFRAMES

    OpenAIRE

    Laughlin, David H.

    1984-01-01

    This paper presents the capabilities and limitations of a microcomputer linear programming package. The solution algorithm is a version of the revised simplex. Rapid problem entry, user ease of operation, sensitivity analyses on objective function and right hand sides are advantages. A problem size of 150 activities and 64 constraints can be solved in present form. Due to problem size, limitations and lack of parametric and integer programming routines, this package is thought to have the mos...

  1. The Oskar Klein memorial lectures

    CERN Document Server

    1994-01-01

    The series of Oskar Klein Memorial Lectures is a must-read for those keenly involved or simply interested in exploring the many fascinating aspects of Physics. This volume presents two landmark lectures given by Hans Bethe in October 1990 and Alan H. Guth in June 1991 under the series of Oskar Klein Memorial Lectures. Hans Bethe's lectures dealt with two themes: the astrophysical importance of neutrinos in supernova outbursts and a theoretical account of neutrinos through observations of the neutrino flux from the centre of the sun. Anyone interested in understanding the processes involved in

  2. Micosoft Excel Sensitivity Analysis for Linear and Stochastic Program Feed Formulation

    Science.gov (United States)

    Sensitivity analysis is a part of mathematical programming solutions and is used in making nutritional and economic decisions for a given feed formulation problem. The terms, shadow price and reduced cost, are familiar linear program (LP) terms to feed formulators. Because of the nonlinear nature of...

  3. Lecture Attendance and Web Based Lecture Technologies: A Comparison of Student Perceptions and Usage Patterns

    Science.gov (United States)

    von Konsky, Brian R.; Ivins, Jim; Gribble, Susan J.

    2009-01-01

    This paper investigates the impact of web based lecture recordings on learning and attendance at lectures. Student opinions regarding the perceived value of the recordings were evaluated in the context of usage patterns and final marks, and compared with attendance data and student perceptions regarding the usefulness of lectures. The availability…

  4. Linear Programming, the Simplex Algorithm and Simple Polytopes

    Directory of Open Access Journals (Sweden)

    Das Bhusan

    2010-09-01

    Full Text Available In the first part of the paper we survey some far reaching applications of the basis facts of linear programming to the combinatorial theory of simple polytopes. In the second part we discuss some recent developments concurring the simplex algorithm. We describe sub-exponential randomized pivot roles and upper bounds on the diameter of graphs of polytopes.

  5. The Impact of Lecture Capture Presentations in a Distributed Learning Environment in Parks, Recreation, and Tourism Management

    Science.gov (United States)

    Vassar, Penny; Havice, Pamela A.; Havice, William L.; Brookover, Robert, IV

    2015-01-01

    Lecture capture technology allows instructors to record presentations and make them available to their students digitally. This study examined one program's implementation of lecture capture. Participants were undergraduate college students enrolled in Parks, Recreation, and Tourism Management courses at a public land grant university in the…

  6. Stability of multi-objective bi-level linear programming problems under fuzziness

    Directory of Open Access Journals (Sweden)

    Abo-Sinna Mahmoud A.

    2013-01-01

    Full Text Available This paper deals with multi-objective bi-level linear programming problems under fuzzy environment. In the proposed method, tentative solutions are obtained and evaluated by using the partial information on preference of the decision-makers at each level. The existing results concerning the qualitative analysis of some basic notions in parametric linear programming problems are reformulated to study the stability of multi-objective bi-level linear programming problems. An algorithm for obtaining any subset of the parametric space, which has the same corresponding Pareto optimal solution, is presented. Also, this paper established the model for the supply-demand interaction in the age of electronic commerce (EC. First of all, the study uses the individual objectives of both parties as the foundation of the supply-demand interaction. Subsequently, it divides the interaction, in the age of electronic commerce, into the following two classifications: (i Market transactions, with the primary focus on the supply demand relationship in the marketplace; and (ii Information service, with the primary focus on the provider and the user of information service. By applying the bi-level programming technique of interaction process, the study will develop an analytical process to explain how supply-demand interaction achieves a compromise or why the process fails. Finally, a numerical example of information service is provided for the sake of illustration.

  7. 175 Years of Linear Programming - Minimax and Cake Topography

    Indian Academy of Sciences (India)

    Home; Journals; Resonance – Journal of Science Education; Volume 4; Issue 7. 175 Years of Linear Programming - Minimax and Cake Topography. Vijay Chandru M R Rao. Series Article Volume 4 Issue 7 July 1999 pp 4-13. Fulltext. Click here to view fulltext PDF. Permanent link:

  8. Effect Of Accounting Lecturer Lecturer Commitment To The Development Of Professional Accounting Empirical Study Lecturer Accounting Faculty Of Economics University Of Muhammadiyah Tangerang 2013

    Directory of Open Access Journals (Sweden)

    Endraria

    2015-04-01

    Full Text Available Abstract The purpose of the study in which the researcher is interested in conducting research by taking the title The Effect of Commitment Against Lecturer - Lecturer in Accounting Accounting Profession Development Empirical Study of Accounting Lecturer Faculty of Economics University of Muhammadiyah Tangerang in 2013 . This research was conducted at the Faculty of Economics University of Muhammadiyah Tangerang is located at Independence Pioneer Road I No.33 Cikokol Tangerang City. The experiment was conducted at the research site easily accessible for the author. The method used in this research is descriptive quantitative methods which aim to describe the descriptive method of data distribution of each variable.There are significant accounting lecturers commitment to the development of the accounting profession Empirical Study of Accounting Lecturer Faculty of Economics University of Muhammadiyah Tangerang in 2013 this is evidenced by the results of hypothesis testing that has been done obtained tcount ttable value 5.7193 and with a significance level of 5 and df n - 2 40-2 38 is equal to 1.686 with the statement concluded that t count t table. Thus Ha Ho accepted and rejected. The conclusion was that there are significant accounting lecturers commitment to the development of the accounting profession Empirical Study of Accounting Lecturer Faculty of Economics University of Muhammadiyah Tangerang in 2013. As for advice to be conveyed in this study is the government as a regulator should be able to evaluate the development of the accounting profession especially in Indonesia with the influence of commitment accounting lecturers are expected to improve and develop the accounting profession especially in the Faculty of Economics University of Muhammadiyah Tangerang.

  9. Assembling networks of microbial genomes using linear programming.

    Science.gov (United States)

    Holloway, Catherine; Beiko, Robert G

    2010-11-20

    Microbial genomes exhibit complex sets of genetic affinities due to lateral genetic transfer. Assessing the relative contributions of parent-to-offspring inheritance and gene sharing is a vital step in understanding the evolutionary origins and modern-day function of an organism, but recovering and showing these relationships is a challenging problem. We have developed a new approach that uses linear programming to find between-genome relationships, by treating tables of genetic affinities (here, represented by transformed BLAST e-values) as an optimization problem. Validation trials on simulated data demonstrate the effectiveness of the approach in recovering and representing vertical and lateral relationships among genomes. Application of the technique to a set comprising Aquifex aeolicus and 75 other thermophiles showed an important role for large genomes as 'hubs' in the gene sharing network, and suggested that genes are preferentially shared between organisms with similar optimal growth temperatures. We were also able to discover distinct and common genetic contributors to each sequenced representative of genus Pseudomonas. The linear programming approach we have developed can serve as an effective inference tool in its own right, and can be an efficient first step in a more-intensive phylogenomic analysis.

  10. Lectures in medical educaton: what students think?

    Science.gov (United States)

    Mustafa, Tajammal; Farooq, Zerwa; Asad, Zunaira; Amjad, Rabbia; Badar, Iffat; Chaudhry, Abdul Majeed; Khan, Mohammad Amer Zaman; Rafique, Farida

    2014-01-01

    The volume of medical knowledge has increased exponentially and so has the need to improve the efficiency of current teaching practices.With increasing emphasis on interactive and problem based learning, the place of lectures in modern medical education has become a questionable issue. Objectives were to assess the perspective of undergraduate medical students regarding the role and effectiveness of lectures as a mode of instruction as well as the ways and means that can be employed to enhance the effectiveness of lectures. A cross sectional study was carried out among 2nd to final year medical students from five medical colleges including both private and public sector institutions. A total of 347 students participated by completing a structured questionnaire. Data was analyzed using SPSS-17. Sixty seven percent students considered lectures as a useful mode of instruction (47% males and 77% females), whereas 83% of the students reported that clinical sessions were superior to lectures because of small number of students in clinical sessions, active student participation, enhanced clinical orientation, and interaction with patients. About 64% responded that lectures should be replaced by clinical sessions. Majority of the students (92%) reported not being able to concentrate during a lecture beyond 30 minutes, whereas 70% skipped lectures as they were boring. A significantly greater proportion of male respondents, students from clinical years, and those who skipped lectures, considered lectures to be boring, a poor utilization of time and resources, and could not concentrate for the full duration of a lecture compared to females, students from preclinical years, and those who do not skip lectures, respectively. Lecturing techniques need to be improvised. The traditional passive mode of instruction has to be replaced with active learning and inquiry based approach to adequately utilize the time and resources spent on lectures.

  11. Algorithmic Trading with Developmental and Linear Genetic Programming

    Science.gov (United States)

    Wilson, Garnett; Banzhaf, Wolfgang

    A developmental co-evolutionary genetic programming approach (PAM DGP) and a standard linear genetic programming (LGP) stock trading systemare applied to a number of stocks across market sectors. Both GP techniques were found to be robust to market fluctuations and reactive to opportunities associated with stock price rise and fall, with PAMDGP generating notably greater profit in some stock trend scenarios. Both algorithms were very accurate at buying to achieve profit and selling to protect assets, while exhibiting bothmoderate trading activity and the ability to maximize or minimize investment as appropriate. The content of the trading rules produced by both algorithms are also examined in relation to stock price trend scenarios.

  12. Lectures on algebraic system theory: Linear systems over rings

    Science.gov (United States)

    Kamen, E. W.

    1978-01-01

    The presentation centers on four classes of systems that can be treated as linear systems over a ring. These are: (1) discrete-time systems over a ring of scalars such as the integers; (2) continuous-time systems containing time delays; (3) large-scale discrete-time systems; and (4) time-varying discrete-time systems.

  13. A novel recurrent neural network with finite-time convergence for linear programming.

    Science.gov (United States)

    Liu, Qingshan; Cao, Jinde; Chen, Guanrong

    2010-11-01

    In this letter, a novel recurrent neural network based on the gradient method is proposed for solving linear programming problems. Finite-time convergence of the proposed neural network is proved by using the Lyapunov method. Compared with the existing neural networks for linear programming, the proposed neural network is globally convergent to exact optimal solutions in finite time, which is remarkable and rare in the literature of neural networks for optimization. Some numerical examples are given to show the effectiveness and excellent performance of the new recurrent neural network.

  14. CDC's 29th Annual Joseph W. Mountin Lecture

    Centers for Disease Control (CDC) Podcasts

    In this podcast, William H. Foege, MD, MPH delivers the 29th Annual Joseph W. Mountin Lecture. Dr. Foege was a key leader in the smallpox effort and worked as an epidemiologist in the successful eradication campaign in the 1970s. Dr. Foege became chief of the Smallpox Eradication Program at CDC, and was appointed director of CDC in 1977.

  15. Development and adjustment of programs for solving systems of linear equations

    International Nuclear Information System (INIS)

    Fujimura, Toichiro

    1978-03-01

    Programs for solving the systems of linear equations have been adjusted and developed in expanding the scientific subroutine library SSL. The principal programs adjusted are based on the congruent method, method of product form of the inverse, orthogonal method, Crout's method for sparse system, and acceleration of iterative methods. The programs developed are based on the escalator method, direct parallel residue method and block tridiagonal method for band system. Described are usage of the programs developed and their future improvement. FORTRAN lists with simple examples in tests of the programs are also given. (auth.)

  16. The use of recorded lectures in education and the impact on lecture attendance and exam performance

    NARCIS (Netherlands)

    Bos, Nynke; Groeneveld, Caspar; Van Bruggen, Jan; Brand-Gruwel, Saskia

    2017-01-01

    Universities increasingly record lectures and make them available online for students. Though the technology to record these lectures is now solidly implemented and embed- ded in many institutions, the impact of the usage of recorded lectures on exam perfor- mance is not clear. The purpose of the

  17. Video-based lectures: An emerging paradigm for teaching human anatomy and physiology to student nurses

    Directory of Open Access Journals (Sweden)

    Rabab El-Sayed Hassan El-Sayed

    2013-09-01

    Full Text Available Video-based teaching material is a rich and powerful medium being used in computer assisted learning. This paper aimed to assess the learning outcomes and student nurses’ acceptance and satisfaction with the video-based lectures versus the traditional method of teaching human anatomy and physiology courses. Data were collected from 27 students in a Bachelor of Nursing program and experimental control was achieved using an alternating-treatments design. Overall, students experienced 10 lectures, which delivered by the teacher as either video-based or PowerPoint-based lectures. Results revealed that video-based lectures offer more successes and reduce failures in the immediate and follow-up measures as compared with the traditional method of teaching human anatomy and physiology that was based on printout illustrations, but these differences were not statistically significant. Moreover, nurse students appeared positive about their learning experiences, as they rated highly all the items assessing their acceptance and satisfaction with the video-based lectures. KEYWORDS: Video-based lecture, Traditional, Print-based illustration

  18. Non-linear nuclear engineering models as genetic programming application; Modelos nao-lineares de engenharia nuclear como aplicacao de programacao genetica

    Energy Technology Data Exchange (ETDEWEB)

    Domingos, Roberto P.; Schirru, Roberto; Martinez, Aquilino S. [Universidade Federal, Rio de Janeiro, RJ (Brazil). Coordenacao dos Programas de Pos-graduacao de Engenharia

    1997-12-01

    This work presents a Genetic Programming paradigm and a nuclear application. A field of Artificial Intelligence, based on the concepts of Species Evolution and Natural Selection, can be understood as a self-programming process where the computer is the main agent responsible for the discovery of a program able to solve a given problem. In the present case, the problem was to find a mathematical expression in symbolic form, able to express the existent relation between equivalent ratio of a fuel cell, the enrichment of fuel elements and the multiplication factor. Such expression would avoid repeatedly reactor physics codes execution for core optimization. The results were compared with those obtained by different techniques such as Neural Networks and Linear Multiple Regression. Genetic Programming has shown to present a performance as good as, and under some features superior to Neural Network and Linear Multiple Regression. (author). 10 refs., 8 figs., 1 tabs.

  19. A non-linear programming approach to the computer-aided design of regulators using a linear-quadratic formulation

    Science.gov (United States)

    Fleming, P.

    1985-01-01

    A design technique is proposed for linear regulators in which a feedback controller of fixed structure is chosen to minimize an integral quadratic objective function subject to the satisfaction of integral quadratic constraint functions. Application of a non-linear programming algorithm to this mathematically tractable formulation results in an efficient and useful computer-aided design tool. Particular attention is paid to computational efficiency and various recommendations are made. Two design examples illustrate the flexibility of the approach and highlight the special insight afforded to the designer.

  20. Genetic programming over context-free languages with linear constraints for the knapsack problem: first results.

    Science.gov (United States)

    Bruhn, Peter; Geyer-Schulz, Andreas

    2002-01-01

    In this paper, we introduce genetic programming over context-free languages with linear constraints for combinatorial optimization, apply this method to several variants of the multidimensional knapsack problem, and discuss its performance relative to Michalewicz's genetic algorithm with penalty functions. With respect to Michalewicz's approach, we demonstrate that genetic programming over context-free languages with linear constraints improves convergence. A final result is that genetic programming over context-free languages with linear constraints is ideally suited to modeling complementarities between items in a knapsack problem: The more complementarities in the problem, the stronger the performance in comparison to its competitors.

  1. Lectures on the inverse scattering method

    International Nuclear Information System (INIS)

    Zakharov, V.E.

    1983-06-01

    In a series of six lectures an elementary introduction to the theory of inverse scattering is given. The first four lectures contain a detailed theory of solitons in the framework of the KdV equation, together with the inverse scattering theory of the one-dimensional Schroedinger equation. In the fifth lecture the dressing method is described, while the sixth lecture gives a brief review of the equations soluble by the inverse scattering method. (author)

  2. [Lecture Games] Python programming game

    OpenAIRE

    Johnsen, Andreas Lyngstad; Ushakov, Georgy

    2011-01-01

    Pythia is a programming game that allows the player to change pieces of theirenvironment through use of the programming language Python. The idea is that thegame could be used as a part of teaching simple programming to first year universitystudents. The game should be fun enough for the students to keep playing, teachenough for it to earn a place as a teaching tool, and it should be usable by allstudents. It should also be possible for a teacher to create their own content for theg...

  3. Stochastic linear programming models, theory, and computation

    CERN Document Server

    Kall, Peter

    2011-01-01

    This new edition of Stochastic Linear Programming: Models, Theory and Computation has been brought completely up to date, either dealing with or at least referring to new material on models and methods, including DEA with stochastic outputs modeled via constraints on special risk functions (generalizing chance constraints, ICC’s and CVaR constraints), material on Sharpe-ratio, and Asset Liability Management models involving CVaR in a multi-stage setup. To facilitate use as a text, exercises are included throughout the book, and web access is provided to a student version of the authors’ SLP-IOR software. Additionally, the authors have updated the Guide to Available Software, and they have included newer algorithms and modeling systems for SLP. The book is thus suitable as a text for advanced courses in stochastic optimization, and as a reference to the field. From Reviews of the First Edition: "The book presents a comprehensive study of stochastic linear optimization problems and their applications. … T...

  4. Lecture notes on diophantine analysis

    CERN Document Server

    Zannier, Umberto

    2014-01-01

    These lecture notes originate from a course delivered at the Scuola Normale in Pisa in 2006. Generally speaking, the prerequisites do not go beyond basic mathematical material and are accessible to many undergraduates. The contents mainly concern diophantine problems on affine curves, in practice describing the integer solutions of equations in two variables. This case historically suggested some major ideas for more general problems. Starting with linear and quadratic equations, the important connections with Diophantine Approximation are presented and Thue's celebrated results are proved in full detail. In later chapters more modern issues on heights of algebraic points are dealt with, and applied to a sharp quantitative treatment of the unit equation. The book also contains several Supplements, hinted exercises and an Appendix on recent work on heights.

  5. SLFP: a stochastic linear fractional programming approach for sustainable waste management.

    Science.gov (United States)

    Zhu, H; Huang, G H

    2011-12-01

    A stochastic linear fractional programming (SLFP) approach is developed for supporting sustainable municipal solid waste management under uncertainty. The SLFP method can solve ratio optimization problems associated with random information, where chance-constrained programming is integrated into a linear fractional programming framework. It has advantages in: (1) comparing objectives of two aspects, (2) reflecting system efficiency, (3) dealing with uncertainty expressed as probability distributions, and (4) providing optimal-ratio solutions under different system-reliability conditions. The method is applied to a case study of waste flow allocation within a municipal solid waste (MSW) management system. The obtained solutions are useful for identifying sustainable MSW management schemes with maximized system efficiency under various constraint-violation risks. The results indicate that SLFP can support in-depth analysis of the interrelationships among system efficiency, system cost and system-failure risk. Copyright © 2011 Elsevier Ltd. All rights reserved.

  6. Fitting program for linear regressions according to Mahon (1996)

    Energy Technology Data Exchange (ETDEWEB)

    2018-01-09

    This program takes the users' Input data and fits a linear regression to it using the prescription presented by Mahon (1996). Compared to the commonly used York fit, this method has the correct prescription for measurement error propagation. This software should facilitate the proper fitting of measurements with a simple Interface.

  7. Analysis of Students' Errors on Linear Programming at Secondary ...

    African Journals Online (AJOL)

    The purpose of this study was to identify secondary school students' errors on linear programming at 'O' level. It is based on the fact that students' errors inform teaching hence an essential tool for any serious mathematics teacher who intends to improve mathematics teaching. The study was guided by a descriptive survey ...

  8. Replacing Lectures with Small Groups: The Impact of Flipping the Residency Conference Day

    Science.gov (United States)

    King, Andrew M.; Mayer, Chad; Barrie, Michael; Greenberger, Sarah; Way, David P.

    2018-01-01

    The flipped classroom, an educational alternative to the traditional lecture, has been widely adopted by educators at all levels of education and across many disciplines. In the flipped classroom, learners prepare in advance of the face-to-face meeting by learning content material on their own. Classroom time is reserved for application of the learned content to solving problems or discussing cases. Over the past year, we replaced most residency program lectures with small-group discussions using the flipped-classroom model, case-based learning, simulation and procedure labs. In the new model, residents prepared for conference by reviewing a patient case and studying suggested learning materials. Conference day was set aside for facilitated small-group discussions about the case. This is a cross-cohort study of emergency medicine residents who experienced the lecture-based curriculum to residents in the new flipped-classroom curriculum using paired comparisons (independent t-tests) on in-training exam scores while controlling for program year level. We also compared results of the evaluation of various program components. We observed no differences between cohorts on in-training examination scores. Small-group methods were rated the same across program years. Two program components in the new curriculum, an updated format of both adult and pediatric case conferences, were rated significantly higher on program quality. In preparation for didactics, residents in the new curriculum report spending more time on average with outside learning materials, including almost twice as much time reviewing textbooks. Residents found the new format of the case conferences to be of higher quality because of the inclusion of rapid-fire case discussions with targeted learning points. PMID:29383050

  9. Life cycle cost optimization of biofuel supply chains under uncertainties based on interval linear programming

    DEFF Research Database (Denmark)

    Ren, Jingzheng; Dong, Liang; Sun, Lu

    2015-01-01

    in this model, and the price of the resources, the yield of grain and the market demands were regarded as interval numbers instead of constants. An interval linear programming was developed, and a method for solving interval linear programming was presented. An illustrative case was studied by the proposed...

  10. Metallurgy department publications and lectures 1987

    International Nuclear Information System (INIS)

    Schroeder Pedersen, A.; Bilde-Soerensen, J.B.

    1988-04-01

    A presentation (including abstract) of scientific and technical publications and lectures by the staff of the Metallurgy Department during 1987 is given. The list comprises journal papers, conference papers, reports, lectures and poster presentations in the following categories: Publications, Lectures and Poster Presentations. (author)

  11. Online Lecture Recordings and Lecture Attendance: Investigating Student Preferences in a Large First Year Psychology Course

    Science.gov (United States)

    Yeung, Alexandra; Raju, Sadhana; Sharma, Manjula D.

    2016-01-01

    While blended learning has been around for some time, the interplay between lecture recordings, lecture attendance and grades needs further examination particularly for large cohorts of over 1,000 students in 500 seat lecture theatres. This paper reports on such an investigation with a cohort of 1,450 first year psychology students' who indicated…

  12. The Use of Recorded Lectures in Education and the Impact on Lecture Attendance and Exam Performance

    Science.gov (United States)

    Bos, Nynke; Groeneveld, Caspar; van Bruggen, Jan; Brand-Gruwel, Saskia

    2016-01-01

    Universities increasingly record lectures and make them available online for students. Though the technology to record these lectures is now solidly implemented and embedded in many institutions, the impact of the usage of recorded lectures on exam performance is not clear. The purpose of the current study is to address the use of recorded…

  13. Discounted semi-Markov decision processes : linear programming and policy iteration

    NARCIS (Netherlands)

    Wessels, J.; van Nunen, J.A.E.E.

    1975-01-01

    For semi-Markov decision processes with discounted rewards we derive the well known results regarding the structure of optimal strategies (nonrandomized, stationary Markov strategies) and the standard algorithms (linear programming, policy iteration). Our analysis is completely based on a primal

  14. Discounted semi-Markov decision processes : linear programming and policy iteration

    NARCIS (Netherlands)

    Wessels, J.; van Nunen, J.A.E.E.

    1974-01-01

    For semi-Markov decision processes with discounted rewards we derive the well known results regarding the structure of optimal strategies (nonrandomized, stationary Markov strategies) and the standard algorithms (linear programming, policy iteration). Our analysis is completely based on a primal

  15. Flipped classroom or an active lecture?

    Science.gov (United States)

    Pickering, James D; Roberts, David J H

    2018-01-01

    Recent changes in anatomy education have seen the introduction of flipped classrooms as a replacement to the traditional didactic lecture. This approach utilizes the increasing availability of digital technology to create learning resources that can be accessed prior to attending class, with face-to-face sessions then becoming more student-centered via discussion, collaborative learning, and problem-solving activities. Although this approach may appear intuitive, this viewpoint commentary presents a counter opinion and highlights a simple alternative that utilizes evidence-based active learning approaches as part of the traditional lecture. The active lecture takes the traditional lecture, and (1) ensures the lecture content is relevant and has clear objectives, (2) contains lecture material that is designed according to the latest evidence-base, (3) complements it with additional supplementary material, (4) creates space to check prior understanding and knowledge levels, and (5) utilizes suitable technology to facilitate continual engagement and interaction. Clin. Anat. 31:118-121, 2018. © 2017 Wiley Periodicals, Inc. © 2017 Wiley Periodicals, Inc.

  16. Improving Lecture Quality through Training in Public Speaking

    Science.gov (United States)

    Mowbray, Robert; Perry, Laura B.

    2015-01-01

    Lecturing is a common instructional format but poor lecturing skills can detract from students' learning experiences and outcomes. As lecturing is essentially a form of public communication, training in public speaking may improve lecture quality. Twelve university lecturers in Malaysia participated in a six-week public speaking skills training…

  17. BEAMPATH: a program library for beam dynamics simulation in linear accelerators

    International Nuclear Information System (INIS)

    Batygin, Y.K.

    1992-01-01

    A structured programming technique was used to develop software for space charge dominated beams investigation in linear accelerators. The method includes hierarchical program design using program independent modules and a flexible combination of modules to provide a most effective version of structure for every specific case of simulation. A modular program BEAMPATH was developed for 2D and 3D particle-in-cell simulation of beam dynamics in a structure containing RF gaps, radio-frequency quadrupoles (RFQ), multipole lenses, waveguides, bending magnets and solenoids. (author) 5 refs.; 2 figs

  18. Water Technology Lecture 1: Introducing Water Technology

    OpenAIRE

    Gray, Nicholas Frederick

    2017-01-01

    This is a full set of PowerPoint lectures for a course in Water Technology currently given at Trinity College, University of Dublin by professor N.F. Gray. The lectures cover all aspects of water and wastewater treatment and are available for use to lecturers or those interested in the subject. The lecture series is to be used in conjunction with the new textbook ?Water Science and Technology? (4th edition) published by CRC Press in 2017. Lecture 1 is an introduction to the water indust...

  19. Effectiveness of small-group interactive education vs. lecture-based information-only programs on motivation to change and lifestyle behaviours. A prospective controlled trial of rehabilitation inpatients.

    Science.gov (United States)

    Reusch, Andrea; Ströbl, Veronika; Ellgring, Heiner; Faller, Hermann

    2011-02-01

    Although patient education may promote motivation to change health behaviours, the most effective method has not yet been determined. This prospective, controlled trial compared an interactive, patient-oriented group program with lectures providing only information. We evaluated motivational stages of change and self-reported behaviours in three domains (sports, diet, relaxation) at four times up to one year (60% complete data) among 753 German rehabilitation inpatients (mean age 50 years, 52% male) with orthopaedic (59%) or cardiologic disorders (10%) or diabetes mellitus (31%). We found improvements between baseline and follow up regarding each outcome (pmotivation regarding diet (pdiets both after 3 months (p=0.013) and 12 months (p=0.047), more relaxation behaviours (p=.029) after 3 months and higher motivation for sports after 12 months (p=.08). The superior effectiveness of the interactive group was only partly confirmed. This short, 5-session interactive program may not be superior to lectures to induce major sustainable changes in motivation. Copyright © 2010 Elsevier Ireland Ltd. All rights reserved.

  20. Relaxation Methods for Strictly Convex Regularizations of Piecewise Linear Programs

    International Nuclear Information System (INIS)

    Kiwiel, K. C.

    1998-01-01

    We give an algorithm for minimizing the sum of a strictly convex function and a convex piecewise linear function. It extends several dual coordinate ascent methods for large-scale linearly constrained problems that occur in entropy maximization, quadratic programming, and network flows. In particular, it may solve exact penalty versions of such (possibly inconsistent) problems, and subproblems of bundle methods for nondifferentiable optimization. It is simple, can exploit sparsity, and in certain cases is highly parallelizable. Its global convergence is established in the recent framework of B -functions (generalized Bregman functions)

  1. A Partitioning and Bounded Variable Algorithm for Linear Programming

    Science.gov (United States)

    Sheskin, Theodore J.

    2006-01-01

    An interesting new partitioning and bounded variable algorithm (PBVA) is proposed for solving linear programming problems. The PBVA is a variant of the simplex algorithm which uses a modified form of the simplex method followed by the dual simplex method for bounded variables. In contrast to the two-phase method and the big M method, the PBVA does…

  2. Co-ordinated Classroom Lectures.

    Science.gov (United States)

    Harmon, Darell Boyd

    From a series of lectures, a selection of eight are oriented principally toward the biologically developing child, and the physiological operations in visual process. The numbered lectures are--(1) The Coordinated Classroom, its Philosophy and Principles, (2) An Outline of a Biological Point of View, (3) The Evolution of Structure--despite man's…

  3. Lecture Notes for the Course in Water Wave Mechanics

    DEFF Research Database (Denmark)

    Andersen, Thomas Lykke; Frigaard, Peter; Burcharth, Hans F.

    knowledge. The course is at the same time an introduction to the course in coastal hydraulics on the 8th semester. The notes cover the first four lectures of the course: • Definitions. Governing equations and boundary conditions. • Derivation of velocity potential for linear waves. Dispersion relationship...... Particle velocities and accelerations. • Particle paths, pressure variation, deep and shallow water waves, wave energy and group velocity. • Shoaling, refraction, diffraction and wave breaking. The last part of the course is on analysis of irregular waves and was included in the first two editions...

  4. Lecture Notes for the Course in Water Wave Mechanics

    DEFF Research Database (Denmark)

    Andersen, Thomas Lykke; Frigaard, Peter

    knowledge. The course is at the same time an introduction to the course in coastal hydraulics on the 8th semester. The notes cover the following five lectures: 1. Definitions. Governing equations and boundary conditions. Derivation of velocity potential for linear waves. Dispersion relationship. 2. Particle...... paths, velocities, accelerations, pressure variation, deep and shallow water waves, wave energy and group velocity. 3. Shoaling, refraction, diffraction and wave breaking. 4. Irregular waves. Time domain analysis of waves. 5. Wave spectra. Frequency domain analysis of waves. The present notes are based...

  5. Video Lecture Capture Technology Helps Students Study without Affecting Attendance in Large Microbiology Lecture Courses?

    OpenAIRE

    McLean, Jennifer L.; Suchman, Erica L.

    2016-01-01

    Recording lectures using video lecture capture software and making them available for students to watch anytime, from anywhere, has become a common practice in many universities across many disciplines. The software has become increasingly easy to use and is commonly provided and maintained by higher education institutions. Several studies have reported that students use lecture capture to enhance their learning and study for assessments, as well as to catch up on material they miss when they...

  6. Optimal traffic control in highway transportation networks using linear programming

    KAUST Repository

    Li, Yanning; Canepa, Edward S.; Claudel, Christian G.

    2014-01-01

    of the Hamilton-Jacobi PDE, the problem of controlling the state of the system on a network link in a finite horizon can be posed as a Linear Program. Assuming all intersections in the network are controllable, we show that the optimization approach can

  7. Linear Programming Approaches for Power Savings in Software-defined Networks

    NARCIS (Netherlands)

    Moghaddam, F.A.; Grosso, P.

    2016-01-01

    Software-defined networks have been proposed as a viable solution to decrease the power consumption of the networking component in data center networks. Still the question remains on which scheduling algorithms are most suited to achieve this goal. We propose 4 different linear programming

  8. Electronic voting to encourage interactive lectures: a randomised trial

    Science.gov (United States)

    2007-01-01

    Background Electronic Voting Systems have been used for education in a variety of disciplines. Outcomes from these studies have been mixed. Because results from these studies have been mixed, we examined whether an EVS system could enhance a lecture's effect on educational outcomes. Methods A cohort of 127 Year 5 medical students at the University of Adelaide was stratified by gender, residency status and academic record then randomised into 2 groups of 64 and 63 students. Each group received consecutive 40-minute lectures on two clinical topics. One group received the EVS for both topics. The other group received traditional teaching only. Evaluation was undertaken with two, 15-question multiple-choice questionnaires (MCQ) assessing knowledge and problem solving and undertaken as a written paper immediately before and after the lectures and repeated online 8–12 weeks later. Standardised institutional student questionnaires were completed for each lecture and independent observers assessed student behaviour during the lectures. Lecturer's opinions were assessed by a questionnaire developed for this study. Results Two-thirds of students randomised to EVS and 59% of students randomised to traditional lectures attended. One-half of the students in the EVS group and 41% in the traditional group completed all questionnaires. There was no difference in MCQ scores between EVS and traditional lectures (p = 0.785). The cervical cancer lectures showed higher student ranking in favour of EVS in all parameters. The breast cancer lectures showed higher ranking in favour of traditional lectures in 5 of 7 parameters (p lecturer-students interactions were increased in the EVS lecture for one lecturer and reduced for the other. Both lecturers felt that the EVS lectures were difficult to prepare, that they were able to keep to time in the traditional lectures, that the educational value of both lecture styles was similar, and that they were neutral-to-slightly favourably disposed

  9. The 1979 Bernard Gregory lectures

    International Nuclear Information System (INIS)

    Weisskopf, V.F.

    1980-02-01

    This volume contains the texts of the lectures given by Professor V.F. Weisskopf at CERN and in Paris in the autumn of 1979, as the first Gregory lecturer. The titles of the three different texts are 'Growing up with Field Theory', 'Recent Trends in Particle Physics' and 'L'Art et la Science'. While the latter lecture was given in French, an English text here follows the French one. The volume starts with a short biographical note about Bernard Gregory. (orig.)

  10. Summer Student Lecture Programme

    CERN Multimedia

    2004-01-01

    Main Auditorium, bldg. 500 DATE TIME LECTURER TITLE Monday 2 August 09:15 - 10:00 P. Wells (CERN) The Higgs Saga at LEP 10:15 - 11:00 G. Cowan (Univ. of London) Introduction to Statistics (2/3) 11:15 - 12:00 G. Cowan (Univ. of London) Introduction to Statistics (3/3) DATE TIME LECTURER TITLE Tuesday 3 August 09:15 - 10:00 P. Sphicas (CERN) Trigger and Data Acquisition Systems (1/2) 10:15 - 11:00 R. Jacobsen (LBLN) From Raw Data to Physics Results (1/2) 11:15 - 12:00 R. Jacobsen (LBLN) G. Cowan (University of London) Discussion Session DATE TIME LECTURER TITLE Wednesday 4 August 09:15 - 10:00 P. Sphicas (CERN) Trigger and Data Acquisition Systems (2/2) 10:15 - 11:00 R. Jacobsen (LBLN) From Raw Data to Physics Results (2/2) 11:15 - 12:00 N. Palanque-Delabrouille (CEA) Astroparticle Physics (1/3) DATE TIME LECTURER TITLE Thursday 5 August 09:15 - 10:00 N. Palanque-Delabrouille (CEA) Astroparticle Physics (2/3) 10:15 - 11:00 N. Palanque-Delabrouille (CEA) A...

  11. Method for solving fully fuzzy linear programming problems using deviation degree measure

    Institute of Scientific and Technical Information of China (English)

    Haifang Cheng; Weilai Huang; Jianhu Cai

    2013-01-01

    A new ful y fuzzy linear programming (FFLP) prob-lem with fuzzy equality constraints is discussed. Using deviation degree measures, the FFLP problem is transformed into a crispδ-parametric linear programming (LP) problem. Giving the value of deviation degree in each constraint, the δ-fuzzy optimal so-lution of the FFLP problem can be obtained by solving this LP problem. An algorithm is also proposed to find a balance-fuzzy optimal solution between two goals in conflict: to improve the va-lues of the objective function and to decrease the values of the deviation degrees. A numerical example is solved to il ustrate the proposed method.

  12. Nutrient density score of typical Indonesian foods and dietary formulation using linear programming.

    Science.gov (United States)

    Jati, Ignasius Radix A P; Vadivel, Vellingiri; Nöhr, Donatus; Biesalski, Hans Konrad

    2012-12-01

    The present research aimed to analyse the nutrient density (ND), nutrient adequacy score (NAS) and energy density (ED) of Indonesian foods and to formulate a balanced diet using linear programming. Data on typical Indonesian diets were obtained from the Indonesian Socio-Economic Survey 2008. ND was investigated for 122 Indonesian foods. NAS was calculated for single nutrients such as Fe, Zn and vitamin A. Correlation analysis was performed between ND and ED, as well as between monthly expenditure class and food consumption pattern in Indonesia. Linear programming calculations were performed using the software POM-QM for Windows version 3. Republic of Indonesia, 2008. Public households (n 68 800). Vegetables had the highest ND of the food groups, followed by animal-based foods, fruits and staple foods. Based on NAS, the top ten food items for each food group were identified. Most of the staple foods had high ED and contributed towards daily energy fulfillment, followed by animal-based foods, vegetables and fruits. Commodities with high ND tended to have low ED. Linear programming could be used to formulate a balanced diet. In contrast to staple foods, purchases of fruit, vegetables and animal-based foods increased with the rise of monthly expenditure. People should select food items based on ND and NAS to alleviate micronutrient deficiencies in Indonesia. Dietary formulation calculated using linear programming to achieve RDA levels for micronutrients could be recommended for different age groups of the Indonesian population.

  13. Assessment of vocal intensity in lecturers depending on acoustic properties of lecture rooms

    Directory of Open Access Journals (Sweden)

    Witold Mikulski

    2015-08-01

    Full Text Available Background: Lombard’s effect increases the level of vocal intensity in the environment, in which noise occurs. This article presents the results of the author’s own study of vocal intensity level and A-weighted sound pressure level of background noise during normal lectures. The aim of the study was to define whether above-mentioned parameters depend on acoustic properties of rooms (classrooms or lecture rooms and to define how many lectors speak with raised voice. Material and Methods: The study was performed in a group of 50 teachers and lecturers in 10 classrooms with cubature of 160–430 m3 and reverberation time of 0.37–1.3 s (group A consisted of 3 rooms which fulfilled, group B consisted of 3 rooms which almost fulfilled and group C consisted of 4 rooms which did not fulfill criteria based on reverberation time (maximum permissible value is 0.6–0.8 s according to PN-B-02151-4:2015. Criteria of raising voice were based on vocal intensity level (maximum value: 65 dB according to EN ISO 9921:2003. The values of above-mentioned parameters were determined from modes of A-weighted sound pressure level distributions during lectures. Results: Great differentiation of vocal intensity level between lectors was found. In classrooms of group A lectors were not using raised voice, in group B – 21%, and in group C – 60% of lectors were using raised voice. Conclusions: It was observed that acoustic properties of classrooms (defined by reverberation time exert their effect on lecturer’s vocal intensity level (i.e., raising voice, which may contribute to the increased risk of vocal tract illnesses. The occurrence of Lombard’s effect in groups of teachers and lecturers, conducting lectures in rooms, was evidenced. Med Pr 2015;66(4:487–496

  14. Public Lecture: Human Space Exploration

    CERN Multimedia

    CERN. Geneva

    2015-01-01

    Should you wish to attend to this lecture only (and not the full colloquium), please register here: https://indico.cern.ch/event/386996/registration/ Participants to the full colloquium are automatically registered to the public lectures.

  15. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    5, 6, 7, 8 and 9 March REGULAR LECTURE PROGRAMME From 11:00 hrs - Main Auditorium bldg. 500 Tracking at the LHC K. Safarik / CERN-EP The lecture will start with a short history of particle tracking in high-energy physics. Then we will concentrate on tracking in the LHC experiments. We will discuss various tracking devices proposed for these experiments, dividing them into two large groups: solid state detectors and gas detectors. Their characteristics, as well as their behaviour in different external conditions (i.e. magnetic field, radiation) will be compared. Furthermore, we will turn to the question: how to design a tracker using these various technologies, what are the essential parameters to be taken into account and we will apply these considerations to the proposed the LHC detectors. The last part of the lecture will be devoted to tracking software. We will mention simulation and concentrate on track finding and reconstruction, reviewing different algorithms prototyped for the LHC experiments. We will ...

  16. Video-based lectures: An emerging paradigm for teaching human anatomy and physiology to student nurses

    OpenAIRE

    Rabab El-Sayed Hassan El-Sayed; Samar El-Hoseiny Abd El-Raouf El-Sayed

    2013-01-01

    Video-based teaching material is a rich and powerful medium being used in computer assisted learning. This paper aimed to assess the learning outcomes and student nurses’ acceptance and satisfaction with the video-based lectures versus the traditional method of teaching human anatomy and physiology courses. Data were collected from 27 students in a Bachelor of Nursing program and experimental control was achieved using an alternating-treatments design. Overall, students experienced 10 lecture...

  17. A Survey of First-Year Biology Student Opinions Regarding Live Lectures and Recorded Lectures as Learning Tools

    Science.gov (United States)

    Simcock, D. C.; Chua, W. H.; Hekman, M.; Levin, M. T.; Brown, S.

    2017-01-01

    A cohort of first-year biology students was surveyed regarding their opinions and viewing habits for live and recorded lectures. Most respondents (87%) attended live lectures as a rule (attenders), with 66% attending more than two-thirds of the lectures. In contrast, only 52% accessed recordings and only 13% viewed more than two-thirds of the…

  18. A mixed integer linear program for an integrated fishery | Hasan ...

    African Journals Online (AJOL)

    ... and labour allocation of quota based integrated fisheries. We demonstrate the workability of our model with a numerical example and sensitivity analysis based on data obtained from one of the major fisheries in New Zealand. Keywords: mixed integer linear program, fishing, trawler scheduling, processing, quotas ORiON: ...

  19. Film documentaire, lecture documentarisante

    Directory of Open Access Journals (Sweden)

    Roger Odin

    2012-06-01

    Full Text Available Réfléchir sur la relation entre le cinéma et la réalité n’est pas, bien sûr, tenter de distinguer l’espace du documentaire de celui de la fiction, au point que l’opposition avec le film de fiction est devenu le critère de définition privilégié du film documentaire. Prenant acte l’existence, dans le espace de la lecture des films, d’une lecture documentaire ou, plus exactement, d’une lecture documentarisante, nous pensons qu’il y a un ensemble de films que s’affiche comme documentaire (tout le problème est précisément étudier comment s’effetue cet affichage.

  20. Are radiography lecturers, leaders?

    International Nuclear Information System (INIS)

    Hendry, Julie Anne

    2013-01-01

    This review article aims to explore the concept of radiography lecturers acting as leaders to their student followers. Through a brief review of the literature, a definition of leadership is suggested and some leadership theories explored. The path-goal theory, leader–member exchange theory and the contemporary theory of transformational leadership are examined more closely. Links between lecturer-leader behaviour and student motivation and learning are tentatively suggested with transformational leadership appearing to offer the optimal leadership style for lecturers to adopt. The paucity of literature relating directly to radiography is acknowledged and areas for further research are suggested. The article concludes with some of the author's practical ideas for incorporating transformational leadership styles and behaviours into radiography education today

  1. Albert Einstein memorial lectures

    CERN Document Server

    Mechoulam, Raphael; The Israel Academy for Sciences and Humanities

    2012-01-01

    This volume consists of a selection of the Albert Einstein Memorial Lectures presented annually at the Israel Academy of Sciences and Humanities. Delivered by eminent scientists and scholars, including Nobel laureates, they cover a broad spectrum of subjects in physics, chemistry, life science, mathematics, historiography and social issues. This distinguished memorial lecture series was inaugurated by the Israel Academy of Sciences and Humanities following an international symposium held in Jerusalem in March 1979 to commemorate the centenary of Albert Einstein's birth. Considering that Einstein's interests, activities and influence were not restricted to theoretical physics but spanned broad fields affecting society and the welfare of humankind, it was felt that these memorial lectures should be addressed to scientists, scholars and erudite laypersons rather than to physicists alone.

  2. A linear programming approach for placement of applicants to academic programs.

    Science.gov (United States)

    Kassa, Biniyam Asmare

    2013-01-01

    This paper reports a linear programming approach for placement of applicants to study programs developed and implemented at the college of Business & Economics, Bahir Dar University, Bahir Dar, Ethiopia. The approach is estimated to significantly streamline the placement decision process at the college by reducing required man hour as well as the time it takes to announce placement decisions. Compared to the previous manual system where only one or two placement criteria were considered, the new approach allows the college's management to easily incorporate additional placement criteria, if needed. Comparison of our approach against manually constructed placement decisions based on actual data for the 2012/13 academic year suggested that about 93 percent of the placements from our model concur with the actual placement decisions. For the remaining 7 percent of placements, however, the actual placements made by the manual system display inconsistencies of decisions judged against the very criteria intended to guide placement decisions by the college's program management office. Overall, the new approach proves to be a significant improvement over the manual system in terms of efficiency of the placement process and the quality of placement decisions.

  3. Lecturer on tour!

    Science.gov (United States)

    1998-11-01

    Readers may recall the interview with Professor Peter Kalmus which appeared in the July issue of Physics Education and which indicated his latest role of lecturer for the 1998-9 Institute of Physics Schools and Colleges Lecture series. This year's lecture is entitled `Particles and the universe' and the tour was due to begin in St Andrews, Scotland, late in September. Professor Kalmus will be looking at various aspects of particle physics, quantum physics and relativity, and discussing how they reveal the secrets of the beginning of our universe. His own experience of working at CERN, the European centre for particle physics in Switzerland, as well as at other international research facilities will provide a unique insight into activity in one of the most exciting areas of physics. The talks are aimed at the 16-19 age group but members of the public are also welcome to attend. They will act as an opportunity to gain a sneak preview of the dynamic new topics that will soon feature in the A-level syllabus arising from the Institute's 16-19 project. Further details of attendance are available from the local organizers, a list of whom may be obtained from Catherine Wilson in the Education Department at the Institute of Physics, 76 Portland Place, London W1N 3DH (tel: 0171 470 4800, fax: 0171 470 4848). The published schedule (as of September) for the lecture series consists of the following: Dates

  4. adapta~k>n -11 of the surrogate memods for linear programming ...

    African Journals Online (AJOL)

    2005-08-02

    Aug 2, 2005 ... inequality problem is made uj~ of the primal and dual optimal solutions for the given primal ... KEYWORDS: Linear Programming, Duality Theory, Surrogate Methods. ..... replaces x and the process IS repeated with the new x.

  5. e+e- physics today and tomorrow: four tutorial lectures delivered at the Arctic School of Physics 1980

    International Nuclear Information System (INIS)

    Perl, M.L.

    1980-09-01

    Four tutorial lectures were delivered to provide an introduction to high energy positron-electron annihilation physics, and to serve as a foundation for more advanced lectures. The first lecture discusses three subjects: the parameters of e + e - storage rings that are directly relevant to experiments, the physics of e + e - one-photon exchange as illustrated by the reaction e + e - → μ + μ - , and the naive quark model for the reaction e + e - → hadrons. The second lecture is devoted to heavy leptons: the status of the tau lepton, and the status of the search for heavier leptons. The third lecture discusses the nonrelativistic quantum mechanics of heavy quark-antiquark systems - the psi/J particle family and the T particle family. As e + e - colliding beams machines attain very high energy, E/sub c.m./ greater than or equal to 50 GeV, e + e - annihilation will occur through the weak interactions as well as through the electromagnetic interaction; this will allow the study of the weak interactions and the study of any new particle related to, or produced through, the weak interactions. Lecture 4 discusses this physics at an energy corresponding to the mass of the Z 0 intermediate boson, and then discusses the physics at yet higher energy. The lecture concludes with a description of the capabilities and limitations of the e + e - colliding beams machines needed to attain this very high energy - both storage rings and colliding linear accelerators. 78 references, 19 figures, 7 tables

  6. Students’ opinions about modern lecture: development path

    Directory of Open Access Journals (Sweden)

    Tatyana A. Astashova

    2017-01-01

    Full Text Available As an objective of the research, the author set the task of identifying students’ opinion and opinion of lecturers about the purpose of the lectures at the university, about the role of the lecturer and preferred form of lectures. As a result of the research, it was necessary to answer the following important questions: What are the objectives of the lecture and the role of the lecturer? Which lectures are more preferable: traditional or interactive? What do lecturers expect from the lecture, do they consider it an advantage or an unnecessary educational activity?The materials were developed for the survey (questionnaire to conduct the research and analyze the results obtained. The students were surveyed before training and after completion of the semester. The study involved 200 students of all areas of Mechanics and Technology Faculty of Novosibirsk State Technical University. Statistical analysis was used for the analysis of the results.As a result, the experiment revealed nonconformity of opinions of students about the purpose of the lecture and the role of a lecturer before the training and after the end of the semester. Lectures, according to students, should help to implement all kinds of practical and independent assignments.Educational standards imply a reduction in the hours of classroom training and an increase in independent work, and the majority of students are not ready (do not want to to study the materials on the topics of discipline completely independently or partially.It revealed a contradiction in opinion, what form of organization of the lecture classes is more interesting to students, which can increase the motivation of the visit and work on the lectures.The technology of designing the educational process in the conditions of the mixed training is proposed, applying the technological map.The technological map is presented in the form of stages of designing the educational process, including recommendations on the use of

  7. Anthropocentric Video Segmentation for Lecture Webcasts

    Directory of Open Access Journals (Sweden)

    Rojas Raul

    2007-01-01

    Full Text Available Abstract Many lecture recording and presentation systems transmit slides or chalkboard content along with a small video of the instructor. As a result, two areas of the screen are competing for the viewer's attention, causing the widely known split-attention effect. Face and body gestures, such as pointing, do not appear in the context of the slides or the board. To eliminate this problem, this article proposes to extract the lecturer from the video stream and paste his or her image onto the board or slide image. As a result, the lecturer acting in front of the board or slides becomes the center of attention. The entire lecture presentation becomes more human-centered. This article presents both an analysis of the underlying psychological problems and an explanation of signal processing techniques that are applied in a concrete system. The presented algorithm is able to extract and overlay the lecturer online and in real time at full video resolution.

  8. Anthropocentric Video Segmentation for Lecture Webcasts

    Directory of Open Access Journals (Sweden)

    Raul Rojas

    2008-03-01

    Full Text Available Many lecture recording and presentation systems transmit slides or chalkboard content along with a small video of the instructor. As a result, two areas of the screen are competing for the viewer's attention, causing the widely known split-attention effect. Face and body gestures, such as pointing, do not appear in the context of the slides or the board. To eliminate this problem, this article proposes to extract the lecturer from the video stream and paste his or her image onto the board or slide image. As a result, the lecturer acting in front of the board or slides becomes the center of attention. The entire lecture presentation becomes more human-centered. This article presents both an analysis of the underlying psychological problems and an explanation of signal processing techniques that are applied in a concrete system. The presented algorithm is able to extract and overlay the lecturer online and in real time at full video resolution.

  9. The use of linear programming in optimization of HDR implant dose distributions

    International Nuclear Information System (INIS)

    Jozsef, Gabor; Streeter, Oscar E.; Astrahan, Melvin A.

    2003-01-01

    The introduction of high dose rate brachytherapy enabled optimization of dose distributions to be used on a routine basis. The objective of optimization is to homogenize the dose distribution within the implant while simultaneously satisfying dose constraints on certain points. This is accomplished by varying the time the source dwells at different locations. As the dose at any point is a linear function of the dwell times, a linear programming approach seems to be a natural choice. The dose constraints are inherently linear inequalities. Homogeneity requirements are linearized by minimizing the maximum deviation of the doses at points inside the implant from a prescribed dose. The revised simplex method was applied for the solution of this linear programming problem. In the homogenization process the possible source locations were chosen as optimization points. To avoid the problem of the singular value of the dose at a source location from the source itself we define the 'self-contribution' as the dose at a small distance from the source. The effect of varying this distance is discussed. Test cases were optimized for planar, biplanar and cylindrical implants. A semi-irregular, fan-like implant with diverging needles was also investigated. Mean central dose calculation based on 3D Delaunay-triangulation of the source locations was used to evaluate the dose distributions. The optimization method resulted in homogeneous distributions (for brachytherapy). Additional dose constraints--when applied--were satisfied. The method is flexible enough to include other linear constraints such as the inclusion of the centroids of the Delaunay-triangulation for homogenization, or limiting the maximum allowable dwell time

  10. Reduced-Size Integer Linear Programming Models for String Selection Problems: Application to the Farthest String Problem.

    Science.gov (United States)

    Zörnig, Peter

    2015-08-01

    We present integer programming models for some variants of the farthest string problem. The number of variables and constraints is substantially less than that of the integer linear programming models known in the literature. Moreover, the solution of the linear programming-relaxation contains only a small proportion of noninteger values, which considerably simplifies the rounding process. Numerical tests have shown excellent results, especially when a small set of long sequences is given.

  11. Three lectures on Newton's laws

    OpenAIRE

    Kokarev, Sergey S.

    2009-01-01

    Three small lectures are devoted to three Newton's laws, lying in the foundation of classical mechanics. These laws are analyzed from the viewpoint of our contemporary knowledge about space, time and physical interactions. The lectures were delivered for students of YarGU in RSEC "Logos".

  12. Envisioning the Transformative Role of IT in Lectures

    Directory of Open Access Journals (Sweden)

    Telmo Zarraonandia

    2013-02-01

    Full Text Available One of the most widely used methods for teaching is the lecture. During the last few decades lecturers and students have taken advantage of the progressive introduction of new technology for supporting these lectures. As this trend is very likely to continue, in this paper we will try to anticipate some possible technology enriched future lecture scenarios. We also present ALFs, a system which aims to improve the communication between participants in a lecture making use of augmented reality techniques.

  13. Diversity dynamics operating between students lecturers and management in a historically Black university: The lecturers perspective

    Directory of Open Access Journals (Sweden)

    Michelle S. May

    2012-03-01

    Research purpose: The purpose of the research was to describe the experiences of nine lecturers in a particular HBU. This was undertaken to analyse and interpret the conscious and unconscious diversity dynamics operating in the relationship between the students, lecturers and management, from the lecturers’ perspective. Motivation for the study: The researcher was interested in the nature of the diversity dynamics operating in the relationship between students, lecturers and management in an HBU, as a platform towards understanding diversity dynamics in educational institutions and South African organisations. Research design, approach and method: Qualitative and descriptive research approaches were used. Hermeneutic phenomenology, using the systems psychodynamic perspective, allowed for the description and interpretation of diversity dynamics operating in the relationship between the students, lecturers and management. The data were obtained through in-depth interviews with nine lecturers. Thematic analysis resulted in two broad themes for which a discussion was provided and a research hypothesis formulated. Main findings: Two broad themes manifested, firstly diversity characteristics and secondly struggle skills entrenching the Black and White divide. Practical/managerial implications: The research highlighted the importance of understanding the diversity dynamics operating in the relationship between students, lecturers and management. This was in order to develop our understanding of diversity dynamics operating in educational institutions specifically, and organisations in general. Contribution/value-add: The understanding about diversity dynamics is available for application, by lecturers and management, to form a different understanding of conscious and unconscious factors impacting on the relationship between the three stakeholders, and subsequently the effectiveness of the three stakeholders in their respective roles. This understanding can also be

  14. User's Guide to the Weighted-Multiple-Linear Regression Program (WREG version 1.0)

    Science.gov (United States)

    Eng, Ken; Chen, Yin-Yu; Kiang, Julie.E.

    2009-01-01

    Streamflow is not measured at every location in a stream network. Yet hydrologists, State and local agencies, and the general public still seek to know streamflow characteristics, such as mean annual flow or flood flows with different exceedance probabilities, at ungaged basins. The goals of this guide are to introduce and familiarize the user with the weighted multiple-linear regression (WREG) program, and to also provide the theoretical background for program features. The program is intended to be used to develop a regional estimation equation for streamflow characteristics that can be applied at an ungaged basin, or to improve the corresponding estimate at continuous-record streamflow gages with short records. The regional estimation equation results from a multiple-linear regression that relates the observable basin characteristics, such as drainage area, to streamflow characteristics.

  15. Soft Interfaces : Lecture Notes of the Les Houches Summer School : Session XCVIII

    CERN Document Server

    Quéré, David; Witten, Thomas A; Cugliandolo, Leticia F

    2017-01-01

    Many of the distinctive and useful phenomena of soft matter come from its interaction with interfaces. Examples are the peeling of a strip of adhesive tape, the coating of a surface, the curling of a fiber via capillary forces, or the collapse of a porous sponge. These interfacial phenomena are distinct from the intrinsic behavior of a soft material like a gel or a microemulsion. Yet many forms of interfacial phenomena can be understood via common principles valid for many forms of soft matter. Our goal in organizing this school was to give students a grasp of these common principles and their many ramifications and possibilities. The Les Houches Summer School comprised over fifty 90-minute lectures over four weeks. Four four-lecture courses by Howard Stone, Michael Cates, David Nelson and L. Mahadevan served as an anchor for the program. A number of shorter courses and seminars rounded out the school. This volume collects the lecture notes of the school.

  16. Argonne lectures on particles accelerator magnets

    International Nuclear Information System (INIS)

    Devred, A.

    1999-09-01

    The quest for elementary particles has promoted the development of particle accelerators producing beams of increasingly higher energies. In a synchrotron, the particle energy is directly proportional to the product of the machine's radius times the bending magnets' field strength. Present proton experiments at the TeV scale require facilities with circumferences ranging from a few to tens of kilometers and relying on a large number (several hundred to several thousand) high field dipole magnets and high field gradient quadrupole magnets. These electro-magnets use high-current-density, low-critical-temperature superconducting cables and are cooled down at liquid helium temperature. They are among the most costly and the most challenging components of the machine. After explaining what are the various types of accelerator magnets and why they are needed (lecture 1), we briefly recall the origins of superconductivity and we review the parameters of existing superconducting particle accelerators (lecture 2). Then, we review the superconducting materials that are available at industrial scale (chiefly, NbTi and Nb 3 Sn) and we explain in details the manufacturing of NbTi wires and cables (lecture 3). We also present the difficulties of processing and insulating Nb 3 Sn conductors, which so far have limited the use of this material in spite of its superior performances. We continue by discussing the two dimensional current distributions which are the most appropriate for generating pure dipole and quadrupole fields and we explain how these ideal distributions can be approximated by so called cosθ and cos 2θ coil designs (lecture 4). We also present a few alternative designs which are being investigated and we describe the difficulties of realizing coil ends. Next, we present the mechanical design concepts that are used in existing accelerator magnets (lecture 5) and we describe how the magnets are assembled (lecture 6). Some of the toughest requirements on the

  17. Argonne lectures on particles accelerator magnets

    Energy Technology Data Exchange (ETDEWEB)

    Devred, A

    1999-09-01

    The quest for elementary particles has promoted the development of particle accelerators producing beams of increasingly higher energies. In a synchrotron, the particle energy is directly proportional to the product of the machine's radius times the bending magnets' field strength. Present proton experiments at the TeV scale require facilities with circumferences ranging from a few to tens of kilometers and relying on a large number (several hundred to several thousand) high field dipole magnets and high field gradient quadrupole magnets. These electro-magnets use high-current-density, low-critical-temperature superconducting cables and are cooled down at liquid helium temperature. They are among the most costly and the most challenging components of the machine. After explaining what are the various types of accelerator magnets and why they are needed (lecture 1), we briefly recall the origins of superconductivity and we review the parameters of existing superconducting particle accelerators (lecture 2). Then, we review the superconducting materials that are available at industrial scale (chiefly, NbTi and Nb{sub 3}Sn) and we explain in details the manufacturing of NbTi wires and cables (lecture 3). We also present the difficulties of processing and insulating Nb{sub 3}Sn conductors, which so far have limited the use of this material in spite of its superior performances. We continue by discussing the two dimensional current distributions which are the most appropriate for generating pure dipole and quadrupole fields and we explain how these ideal distributions can be approximated by so called cos{theta} and cos 2{theta} coil designs (lecture 4). We also present a few alternative designs which are being investigated and we describe the difficulties of realizing coil ends. Next, we present the mechanical design concepts that are used in existing accelerator magnets (lecture 5) and we describe how the magnets are assembled (lecture 6). Some of the toughest

  18. A Comparison of Linear and Systems Thinking Approaches for Program Evaluation Illustrated Using the Indiana Interdisciplinary GK-12

    Science.gov (United States)

    Dyehouse, Melissa; Bennett, Deborah; Harbor, Jon; Childress, Amy; Dark, Melissa

    2009-01-01

    Logic models are based on linear relationships between program resources, activities, and outcomes, and have been used widely to support both program development and evaluation. While useful in describing some programs, the linear nature of the logic model makes it difficult to capture the complex relationships within larger, multifaceted…

  19. Video Lecture Capture Technology Helps Students Study without Affecting Attendance in Large Microbiology Lecture Courses

    Directory of Open Access Journals (Sweden)

    Jennifer Lynn McLean

    2016-12-01

    Full Text Available Recording lectures using video lecture capture software and making them available for students to watch anytime, from anywhere, has become a common practice in many universities across many disciplines. The software has become increasingly easy to use and is commonly provided and maintained by higher education institutions. Several studies have reported that students use lecture capture to enhance their learning and study for assessments, as well as to catch up on material they miss when they cannot attend class due to extenuating circumstances. Furthermore, students with disabilities and students from non-English Speaking Backgrounds (NESB may benefit from being able to watch the video lecture captures at their own pace. Yet, the effect of this technology on class attendance remains a controversial topic and largely unexplored in undergraduate microbiology education. Here, we show that when video lecture captures were available in our large enrollment general microbiology courses, attendance did not decrease. In fact, the majority of students reported that having the videos available did not encourage them to skip class, but rather they used them as a study tool. When we surveyed NESB students and nontraditional students about their attitudes toward this technology, they found it helpful for their learning and for keeping up with the material.

  20. Linear programming based on neural networks for radiotherapy treatment planning

    International Nuclear Information System (INIS)

    Xingen Wu; Limin Luo

    2000-01-01

    In this paper, we propose a neural network model for linear programming that is designed to optimize radiotherapy treatment planning (RTP). This kind of neural network can be easily implemented by using a kind of 'neural' electronic system in order to obtain an optimization solution in real time. We first give an introduction to the RTP problem and construct a non-constraint objective function for the neural network model. We adopt a gradient algorithm to minimize the objective function and design the structure of the neural network for RTP. Compared to traditional linear programming methods, this neural network model can reduce the time needed for convergence, the size of problems (i.e., the number of variables to be searched) and the number of extra slack and surplus variables needed. We obtained a set of optimized beam weights that result in a better dose distribution as compared to that obtained using the simplex algorithm under the same initial condition. The example presented in this paper shows that this model is feasible in three-dimensional RTP. (author)

  1. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    26, 27, 28 February and 1, 2 March REGULAR LECTURE PROGRAMME From 11:00 hrs - Main Auditorium bldg. 500 Recent Results on CP Violation and B Physics P.F. HARRISON / QMW, London, UK With the advent of the asymmetric B factories in Japan and the US, exciting new results on CP Violation and B Physics are starting to be achieved. In these lectures, we review the existing experimental and phenomenological context of these measurements, we compare and contrast the new experimental facilities and discuss the implications of the recent results on our understanding. Finally we summarise the prospects for future developments.

  2. Computer versus lecture: a comparison of two methods of teaching oral medication administration in a nursing skills laboratory.

    Science.gov (United States)

    Jeffries, P R

    2001-10-01

    The purpose of this study was to compare the effectiveness of both an interactive, multimedia CD-ROM and a traditional lecture for teaching oral medication administration to nursing students. A randomized pretest/posttest experimental design was used. Forty-two junior baccalaureate nursing students beginning their fundamentals nursing course were recruited for this study at a large university in the midwestern United States. The students ranged in age from 19 to 45. Seventy-three percent reported having average computer skills and experience, while 15% reported poor to below average skills. Two methods were compared for teaching oral medication administration--a scripted lecture with black and white overhead transparencies, in addition to an 18-minute videotape on medication administration, and an interactive, multimedia CD-ROM program, covering the same content. There were no significant (p lecture groups by education or computer skills. Results showed significant differences between the two groups in cognitive gains and student satisfaction (p = .01), with the computer group demonstrating higher student satisfaction and more cognitive gains than the lecture group. The groups were similar in their ability to demonstrate the skill correctly. Importantly, time on task using the CD-ROM was less, with 96% of the learners completing the program in 2 hours or less, compared to 3 hours of class time for the lecture group.

  3. Professional development of international classroom lecturers

    DEFF Research Database (Denmark)

    Lauridsen, Karen M.

    and cultural backgrounds. The training of higher education teachers (lecturers) vary considerably from one country – or even higher education institution – to the other, and the overarching picture changes from mandatory to voluntary programmes to no programmes at all. Where they exist, they have different...... and weaknesses) and discuss their applicability in a wider context. Key words: Professional development; International classroom; English Medium Instruction, Opportunities and challenges Simon, Eszter & Gabriela Pleschová (eds).2013. Teacher Development in Higher Education. Existing Programs, Program Impact...... through a language other than their own first language to students who also learn through what for them is a second or third language. As part of a survey conducted by the IntlUni Erasmus Academic Network project in 2013, 38 Higher Education institutions in 27 countries were asked to which extent...

  4. Lectures for CERN pensioners

    CERN Multimedia

    GS Department

    2009-01-01

    The CERN Medical Service and the Pensioners Association are pleased to invite CERN pensioners to a series of lectures given by professors and specialists from the Teaching Hospitals and the Faculty of Medicine of the University of Geneva on the following topic: PROMOTION OF OPTIMUM BRAIN AGEING The lectures will take place in the Main CERN Auditorium (Building 60) from 2.30 p.m. to 4.30 p.m. on the following dates: Thursday 15 January 2009: Diagnosing and treating Alzheimer’s disease Pr Gabriel GOLD Wednesday 25 February 2009: What is the brain reserve? Speaker’s name to be announced at a later date. The lectures will be given in French, with transparencies in English, and will be followed by a wide-ranging debate with the participants. CERN Medical Service - Pensioners Association - CERN-ESO (GAC-EPA)

  5. Personality Adjustment and Job Satisfaction among the Lecturers Working in Junior Colleges

    Science.gov (United States)

    Raju, T. J. M. S.

    2011-01-01

    The present study focused on the relationship between personality adjustment and job satisfaction among junior college Lecturers in Vizianagaram District of Andhra Pradesh, India. The successfulness of any educational program basically depends on the right performance and acceptance of teacher community. This mainly depends on their satisfaction…

  6. Computing with linear equations and matrices

    International Nuclear Information System (INIS)

    Churchhouse, R.F.

    1983-01-01

    Systems of linear equations and matrices arise in many disciplines. The equations may accurately represent conditions satisfied by a system or, more likely, provide an approximation to a more complex system of non-linear or differential equations. The system may involve a few or many thousand unknowns and each individual equation may involve few or many of them. Over the past 50 years a vast literature on methods for solving systems of linear equations and the associated problems of finding the inverse or eigenvalues of a matrix has been produced. These lectures cover those methods which have been found to be most useful for dealing with such types of problem. References are given where appropriate and attention is drawn to the possibility of improved methods for use on vector and parallel processors. (orig.)

  7. Robust Control Design via Linear Programming

    Science.gov (United States)

    Keel, L. H.; Bhattacharyya, S. P.

    1998-01-01

    This paper deals with the problem of synthesizing or designing a feedback controller of fixed dynamic order. The closed loop specifications considered here are given in terms of a target performance vector representing a desired set of closed loop transfer functions connecting various signals. In general these point targets are unattainable with a fixed order controller. By enlarging the target from a fixed point set to an interval set the solvability conditions with a fixed order controller are relaxed and a solution is more easily enabled. Results from the parametric robust control literature can be used to design the interval target family so that the performance deterioration is acceptable, even when plant uncertainty is present. It is shown that it is possible to devise a computationally simple linear programming approach that attempts to meet the desired closed loop specifications.

  8. Feynman Lectures on Gravitation

    International Nuclear Information System (INIS)

    Borcherds, P

    2003-01-01

    In the early 1960s Feynman lectured to physics undergraduates and, with the assistance of his colleagues Leighton and Sands, produced the three-volume classic Feynman Lectures in Physics. These lectures were delivered in the mornings. In the afternoons Feynman was giving postgraduate lectures on gravitation. This book is based on notes compiled by two students on that course: Morinigo and Wagner. Their notes were checked and approved by Feynman and were available at Caltech. They have now been edited by Brian Hatfield and made more widely available. The book has a substantial preface by John Preskill and Kip Thorne, and an introduction entitled 'Quantum Gravity' by Brian Hatfield. You should read these before going on to the lectures themselves. Preskill and Thorne identify three categories of potential readers of this book. 1. Those with a postgraduate training in theoretical physics. 2. 'Readers with a solid undergraduate training in physics'. 3. 'Admirers of Feynman who do not have a strong physics background'. The title of the book is perhaps misleading: readers in category 2 who think that this book is an extension of the Feynman Lectures in Physics may be disappointed. It is not: it is a book aimed mainly at those in category 1. If you want to get to grips with gravitation (and general relativity) then you need to read an introductory text first e.g. General Relativity by I R Kenyon (Oxford: Oxford University Press) or A Unified Grand Tour of Theoretical Physics by Ian D Lawrie (Bristol: IoP). But there is no Royal Road. As pointed out in the preface and in the introduction, the book represents Feynman's thinking about gravitation some 40 years ago: the lecture course was part of his attempts to understand the subject himself, and for readers in all three categories it is this that makes the book one of interest: the opportunity to observe how a great physicist attempts to tackle some of the hardest challenges of physics. However, the book was written 40

  9. Physics at the SLC [SLAC Linear Collider

    International Nuclear Information System (INIS)

    Swartz, M.L.

    1990-11-01

    The SLAC Linear Collider (SLC) was constructed in the years 1983--1987 for two principal reasons: to develop the accelerator physics and technology that are necessary for the construction of future linear electron-positron colliders; and to produce electron-positron collisions at the Z 0 pole and to study the physics of the weak neutral current. To date, the SLC program has been quite successful at achieving the first goal. The machine has produced and collided high energy electron and positron beams of three-micron transverse size. The problems of operating an open geometry detector in an environment that is more akin to those found in fixed-target experiments than in storage rings have largely been solved. As a physics producing venture, the SLC has been less successful than was originally hoped but more successful than is commonly believed. Some of the results that have been produced by the Mark II experiment with a very modest data sample are competitive with those that have been produced with much larger samples by the four LEP collaborations. At the current, time, SLAC is engaged in an ambitious program to upgrade the SLC luminosity and to exploit one of its unique features, a spin polarized electron beam. These lectures are therefore organized into three sections: a brief description of the SLC; a review of the physics results that have been achieved with the Mark II detector; a description of the SLC's future: the realization and use of a polarized electron beam

  10. A linear programming model of diet choice of free-living beavers

    NARCIS (Netherlands)

    Nolet, BA; VanderVeer, PJ; Evers, EGJ; Ottenheim, MM

    1995-01-01

    Linear programming has been remarkably successful in predicting the diet choice of generalist herbivores. We used this technique to test the diet choice of free-living beavers (Castor fiber) in the Biesbosch (The Netherlands) under different Foraging goals, i.e. maximization of intake of energy,

  11. Spin dynamics in storage rings and linear accelerators

    Energy Technology Data Exchange (ETDEWEB)

    Irwin, J. [Stanford Univ., CA (United States)

    1994-12-01

    The purpose of these lectures is to survey the subject of spin dynamics in accelerators: to give a sense of the underlying physics, the typical analytic and numeric methods used, and an overview of results achieved. Consideration will be limited to electrons and protons. Examples of experimental and theoretical results in both linear and circular machines are included.

  12. Spin dynamics in storage rings and linear accelerators

    International Nuclear Information System (INIS)

    Irwin, J.

    1994-04-01

    The purpose of these lectures is to survey the subject of spin dynamics in accelerators: to give a sense of the underlying physics, the typical analytic and numeric methods used, and an overview of results achieved. Consideration will be limited to electrons and protons. Examples of experimental and theoretical results in both linear and circular machines are included

  13. Waste management under multiple complexities: Inexact piecewise-linearization-based fuzzy flexible programming

    International Nuclear Information System (INIS)

    Sun Wei; Huang, Guo H.; Lv Ying; Li Gongchen

    2012-01-01

    Highlights: ► Inexact piecewise-linearization-based fuzzy flexible programming is proposed. ► It’s the first application to waste management under multiple complexities. ► It tackles nonlinear economies-of-scale effects in interval-parameter constraints. ► It estimates costs more accurately than the linear-regression-based model. ► Uncertainties are decreased and more satisfactory interval solutions are obtained. - Abstract: To tackle nonlinear economies-of-scale (EOS) effects in interval-parameter constraints for a representative waste management problem, an inexact piecewise-linearization-based fuzzy flexible programming (IPFP) model is developed. In IPFP, interval parameters for waste amounts and transportation/operation costs can be quantified; aspiration levels for net system costs, as well as tolerance intervals for both capacities of waste treatment facilities and waste generation rates can be reflected; and the nonlinear EOS effects transformed from objective function to constraints can be approximated. An interactive algorithm is proposed for solving the IPFP model, which in nature is an interval-parameter mixed-integer quadratically constrained programming model. To demonstrate the IPFP’s advantages, two alternative models are developed to compare their performances. One is a conventional linear-regression-based inexact fuzzy programming model (IPFP2) and the other is an IPFP model with all right-hand-sides of fussy constraints being the corresponding interval numbers (IPFP3). The comparison results between IPFP and IPFP2 indicate that the optimized waste amounts would have the similar patterns in both models. However, when dealing with EOS effects in constraints, the IPFP2 may underestimate the net system costs while the IPFP can estimate the costs more accurately. The comparison results between IPFP and IPFP3 indicate that their solutions would be significantly different. The decreased system uncertainties in IPFP’s solutions demonstrate

  14. Electronic voting to encourage interactive lectures: a randomised trial

    Directory of Open Access Journals (Sweden)

    Palmer Edward

    2007-07-01

    Full Text Available Abstract Background Electronic Voting Systems have been used for education in a variety of disciplines. Outcomes from these studies have been mixed. Because results from these studies have been mixed, we examined whether an EVS system could enhance a lecture's effect on educational outcomes. Methods A cohort of 127 Year 5 medical students at the University of Adelaide was stratified by gender, residency status and academic record then randomised into 2 groups of 64 and 63 students. Each group received consecutive 40-minute lectures on two clinical topics. One group received the EVS for both topics. The other group received traditional teaching only. Evaluation was undertaken with two, 15-question multiple-choice questionnaires (MCQ assessing knowledge and problem solving and undertaken as a written paper immediately before and after the lectures and repeated online 8–12 weeks later. Standardised institutional student questionnaires were completed for each lecture and independent observers assessed student behaviour during the lectures. Lecturer's opinions were assessed by a questionnaire developed for this study. Results Two-thirds of students randomised to EVS and 59% of students randomised to traditional lectures attended. One-half of the students in the EVS group and 41% in the traditional group completed all questionnaires. There was no difference in MCQ scores between EVS and traditional lectures (p = 0.785. The cervical cancer lectures showed higher student ranking in favour of EVS in all parameters. The breast cancer lectures showed higher ranking in favour of traditional lectures in 5 of 7 parameters (p Conclusion In this setting, EVS technology used in large group lectures did not offer significant advantages over the more traditional lecture format.

  15. Introduction to linear programming: Coalitional game experiments

    Energy Technology Data Exchange (ETDEWEB)

    Lucas, W.

    1994-12-31

    Many solution notions in the multiperson cooperative games (in characteristic function form) make use of linear programming (LP). The popular concept of the {open_quotes}core{close_quotes} of a coalitional game is a special type of LP. It can be introduced in a very simple and quite exciting manner by means of a group experiment. A total of fifty dollars will be given to three randomly selected attendees who will take part in an experiment during this talk, presuming they behave in a Pareto optimal manner. Furthermore, the dual of the particular LP for the core gives rise to the idea of {open_quotes}balanced sets{close_quotes} which is an interesting combinatorial structure in its own right.

  16. The fastclime Package for Linear Programming and Large-Scale Precision Matrix Estimation in R.

    Science.gov (United States)

    Pang, Haotian; Liu, Han; Vanderbei, Robert

    2014-02-01

    We develop an R package fastclime for solving a family of regularized linear programming (LP) problems. Our package efficiently implements the parametric simplex algorithm, which provides a scalable and sophisticated tool for solving large-scale linear programs. As an illustrative example, one use of our LP solver is to implement an important sparse precision matrix estimation method called CLIME (Constrained L 1 Minimization Estimator). Compared with existing packages for this problem such as clime and flare, our package has three advantages: (1) it efficiently calculates the full piecewise-linear regularization path; (2) it provides an accurate dual certificate as stopping criterion; (3) it is completely coded in C and is highly portable. This package is designed to be useful to statisticians and machine learning researchers for solving a wide range of problems.

  17. Computer Program For Linear Algebra

    Science.gov (United States)

    Krogh, F. T.; Hanson, R. J.

    1987-01-01

    Collection of routines provided for basic vector operations. Basic Linear Algebra Subprogram (BLAS) library is collection from FORTRAN-callable routines for employing standard techniques to perform basic operations of numerical linear algebra.

  18. Linear programming to build food-based dietary guidelines: Romanian food baskets

    DEFF Research Database (Denmark)

    Parlesak, Alexandr; Robertson, Aileen; Hondru, Gabriela

    approach using linear programming methodology to design national dietary recommendations which aim to prevent both NCDs and micronutrient deficiencies and still be affordable by low income groups. This new approach is applied within the context of food availability in Romania in 2014. Eating the same food...... every day is unrealistic and too monotonous to be maintained, so this novel approach is used to select a wide range of diverse foods that can be recommended for a period of up to, for example, one month. The following are the key findings of this report. • The simplest version of the Romanian food.......65 lei (~€ 4.46) for a day. • Key nutrients, primarily vitamin D, calcium, potassium and iron, were found to control the overall price. • The least expensive basket (one day’s rations) is monotonous and the linear programming approach is used to select a wide range of foods that can be recommended...

  19. Fuzzy linear programming based optimal fuel scheduling incorporating blending/transloading facilities

    Energy Technology Data Exchange (ETDEWEB)

    Djukanovic, M.; Babic, B.; Milosevic, B. [Electrical Engineering Inst. Nikola Tesla, Belgrade (Yugoslavia); Sobajic, D.J. [EPRI, Palo Alto, CA (United States). Power System Control; Pao, Y.H. [Case Western Reserve Univ., Cleveland, OH (United States)]|[AI WARE, Inc., Cleveland, OH (United States)

    1996-05-01

    In this paper the blending/transloading facilities are modeled using an interactive fuzzy linear programming (FLP), in order to allow the decision-maker to solve the problem of uncertainty of input information within the fuel scheduling optimization. An interactive decision-making process is formulated in which decision-maker can learn to recognize good solutions by considering all possibilities of fuzziness. The application of the fuzzy formulation is accompanied by a careful examination of the definition of fuzziness, appropriateness of the membership function and interpretation of results. The proposed concept provides a decision support system with integration-oriented features, whereby the decision-maker can learn to recognize the relative importance of factors in the specific domain of optimal fuel scheduling (OFS) problem. The formulation of a fuzzy linear programming problem to obtain a reasonable nonfuzzy solution under consideration of the ambiguity of parameters, represented by fuzzy numbers, is introduced. An additional advantage of the FLP formulation is its ability to deal with multi-objective problems.

  20. Public Lecture: The Odyssey of Voyager

    CERN Multimedia

    CERN. Geneva

    2015-01-01

    Should you wish to attend to this lecture only (and not the full colloquium), please register here: https://indico.cern.ch/event/387001/registration/ Participants to the full colloquium are automatically registered to the public lectures.

  1. Polymorphic Uncertain Linear Programming for Generalized Production Planning Problems

    Directory of Open Access Journals (Sweden)

    Xinbo Zhang

    2014-01-01

    Full Text Available A polymorphic uncertain linear programming (PULP model is constructed to formulate a class of generalized production planning problems. In accordance with the practical environment, some factors such as the consumption of raw material, the limitation of resource and the demand of product are incorporated into the model as parameters of interval and fuzzy subsets, respectively. Based on the theory of fuzzy interval program and the modified possibility degree for the order of interval numbers, a deterministic equivalent formulation for this model is derived such that a robust solution for the uncertain optimization problem is obtained. Case study indicates that the constructed model and the proposed solution are useful to search for an optimal production plan for the polymorphic uncertain generalized production planning problems.

  2. Impact of abbreviated lecture with interactive mini-cases vs traditional lecture on student performance in the large classroom.

    Science.gov (United States)

    Marshall, Leisa L; Nykamp, Diane L; Momary, Kathryn M

    2014-12-15

    To compare the impact of 2 different teaching and learning methods on student mastery of learning objectives in a pharmacotherapy module in the large classroom setting. Two teaching and learning methods were implemented and compared in a required pharmacotherapy module for 2 years. The first year, multiple interactive mini-cases with inclass individual assessment and an abbreviated lecture were used to teach osteoarthritis; a traditional lecture with 1 inclass case discussion was used to teach gout. In the second year, the same topics were used but the methods were flipped. Student performance on pre/post individual readiness assessment tests (iRATs), case questions, and subsequent examinations were compared each year by the teaching and learning method and then between years by topic for each method. Students also voluntarily completed a 20-item evaluation of the teaching and learning methods. Postpresentation iRATs were significantly higher than prepresentation iRATs for each topic each year with the interactive mini-cases; there was no significant difference in iRATs before and after traditional lecture. For osteoarthritis, postpresentation iRATs after interactive mini-cases in year 1 were significantly higher than postpresentation iRATs after traditional lecture in year 2; the difference in iRATs for gout per learning method was not significant. The difference between examination performance for osteoarthritis and gout was not significant when the teaching and learning methods were compared. On the student evaluations, 2 items were significant both years when answers were compared by teaching and learning method. Each year, students ranked their class participation higher with interactive cases than with traditional lecture, but both years they reported enjoying the traditional lecture format more. Multiple interactive mini-cases with an abbreviated lecture improved immediate mastery of learning objectives compared to a traditional lecture format, regardless of

  3. APPLYING ROBUST RANKING METHOD IN TWO PHASE FUZZY OPTIMIZATION LINEAR PROGRAMMING PROBLEMS (FOLPP

    Directory of Open Access Journals (Sweden)

    Monalisha Pattnaik

    2014-12-01

    Full Text Available Background: This paper explores the solutions to the fuzzy optimization linear program problems (FOLPP where some parameters are fuzzy numbers. In practice, there are many problems in which all decision parameters are fuzzy numbers, and such problems are usually solved by either probabilistic programming or multi-objective programming methods. Methods: In this paper, using the concept of comparison of fuzzy numbers, a very effective method is introduced for solving these problems. This paper extends linear programming based problem in fuzzy environment. With the problem assumptions, the optimal solution can still be theoretically solved using the two phase simplex based method in fuzzy environment. To handle the fuzzy decision variables can be initially generated and then solved and improved sequentially using the fuzzy decision approach by introducing robust ranking technique. Results and conclusions: The model is illustrated with an application and a post optimal analysis approach is obtained. The proposed procedure was programmed with MATLAB (R2009a version software for plotting the four dimensional slice diagram to the application. Finally, numerical example is presented to illustrate the effectiveness of the theoretical results, and to gain additional managerial insights. 

  4. Towards Automated Lecture Capture, Navigation and Delivery System for Web-Lecture on Demand

    OpenAIRE

    Kannan, Rajkumar; Andres, Frederic

    2010-01-01

    Institutions all over the world are continuously exploring ways to use ICT in improving teaching and learning effectiveness. The use of course web pages, discussion groups, bulletin boards, and e-mails have shown considerable impact on teaching and learning in significant ways, across all disciplines. ELearning has emerged as an alternative to traditional classroom-based education and training and web lectures can be a powerful addition to traditional lectures. They can even serve as a main c...

  5. Updating Linear Schedules with Lowest Cost: a Linear Programming Model

    Science.gov (United States)

    Biruk, Sławomir; Jaśkowski, Piotr; Czarnigowska, Agata

    2017-10-01

    Many civil engineering projects involve sets of tasks repeated in a predefined sequence in a number of work areas along a particular route. A useful graphical representation of schedules of such projects is time-distance diagrams that clearly show what process is conducted at a particular point of time and in particular location. With repetitive tasks, the quality of project performance is conditioned by the ability of the planner to optimize workflow by synchronizing the works and resources, which usually means that resources are planned to be continuously utilized. However, construction processes are prone to risks, and a fully synchronized schedule may expire if a disturbance (bad weather, machine failure etc.) affects even one task. In such cases, works need to be rescheduled, and another optimal schedule should be built for the changed circumstances. This typically means that, to meet the fixed completion date, durations of operations have to be reduced. A number of measures are possible to achieve such reduction: working overtime, employing more resources or relocating resources from less to more critical tasks, but they all come at a considerable cost and affect the whole project. The paper investigates the problem of selecting the measures that reduce durations of tasks of a linear project so that the cost of these measures is kept to the minimum and proposes an algorithm that could be applied to find optimal solutions as the need to reschedule arises. Considering that civil engineering projects, such as road building, usually involve less process types than construction projects, the complexity of scheduling problems is lower, and precise optimization algorithms can be applied. Therefore, the authors put forward a linear programming model of the problem and illustrate its principle of operation with an example.

  6. A new methodological development for solving linear bilevel integer programming problems in hybrid fuzzy environment

    Directory of Open Access Journals (Sweden)

    Animesh Biswas

    2016-04-01

    Full Text Available This paper deals with fuzzy goal programming approach to solve fuzzy linear bilevel integer programming problems with fuzzy probabilistic constraints following Pareto distribution and Frechet distribution. In the proposed approach a new chance constrained programming methodology is developed from the view point of managing those probabilistic constraints in a hybrid fuzzy environment. A method of defuzzification of fuzzy numbers using ?-cut has been adopted to reduce the problem into a linear bilevel integer programming problem. The individual optimal value of the objective of each DM is found in isolation to construct the fuzzy membership goals. Finally, fuzzy goal programming approach is used to achieve maximum degree of each of the membership goals by minimizing under deviational variables in the decision making environment. To demonstrate the efficiency of the proposed approach, a numerical example is provided.

  7. LINEAR2007, Linear-Linear Interpolation of ENDF Format Cross-Sections

    International Nuclear Information System (INIS)

    2007-01-01

    1 - Description of program or function: LINEAR converts evaluated cross sections in the ENDF/B format into a tabular form that is subject to linear-linear interpolation in energy and cross section. The code also thins tables of cross sections already in that form. Codes used subsequently need thus to consider only linear-linear data. IAEA1311/15: This version include the updates up to January 30, 2007. Changes in ENDF/B-VII Format and procedures, as well as the evaluations themselves, make it impossible for versions of the ENDF/B pre-processing codes earlier than PREPRO 2007 (2007 Version) to accurately process current ENDF/B-VII evaluations. The present code can handle all existing ENDF/B-VI evaluations through release 8, which will be the last release of ENDF/B-VI. Modifications from previous versions: - Linear VERS. 2007-1 (JAN. 2007): checked against all ENDF/B-VII; increased page size from 60,000 to 600,000 points 2 - Method of solution: Each section of data is considered separately. Each section of File 3, 23, and 27 data consists of a table of cross section versus energy with any of five interpolation laws. LINEAR will replace each section with a new table of energy versus cross section data in which the interpolation law is always linear in energy and cross section. The histogram (constant cross section between two energies) interpolation law is converted to linear-linear by substituting two points for each initial point. The linear-linear is not altered. For the log-linear, linear-log and log- log laws, the cross section data are converted to linear by an interval halving algorithm. Each interval is divided in half until the value at the middle of the interval can be approximated by linear-linear interpolation to within a given accuracy. The LINEAR program uses a multipoint fractional error thinning algorithm to minimize the size of each cross section table

  8. Secret Message Decryption: Group Consulting Projects Using Matrices and Linear Programming

    Science.gov (United States)

    Gurski, Katharine F.

    2009-01-01

    We describe two short group projects for finite mathematics students that incorporate matrices and linear programming into fictional consulting requests presented as a letter to the students. The students are required to use mathematics to decrypt secret messages in one project involving matrix multiplication and inversion. The second project…

  9. Optimal local dimming for LED-backlit LCD displays via linear programming

    DEFF Research Database (Denmark)

    Shu, Xiao; Wu, Xiaolin; Forchhammer, Søren

    2012-01-01

    and the attenuations of LCD pixels. The objective is to minimize the distortion in luminance reproduction due to the leakage of LCD and the coarse granularity of the LED lights. The optimization problem is formulated as one of linear programming, and both exact and approximate algorithms are proposed. Simulation...

  10. Optimization of production planning in Czech agricultural co-operative via linear programming

    Directory of Open Access Journals (Sweden)

    Jitka Janová

    2009-01-01

    Full Text Available The production planning is one of the key managerial decisions in agricultural business, which must be done periodically every year. Correct decision must cover the agriculture demands of planting the crops such as crop rotation restrictions or water resource scarcity, while the decision maker aims to plan the crop design in most profitable way in sense of maximizing the total profit from the crop yield. This decision problem represents the optimization of crop design and can be treated by the me­thods of linear programming which begun to be extensively used in agriculture production planning in USA during 50’s. There is ongoing research of mathematical programming applications in agriculture worldwide, but the results are not easily transferable to other localities due to the specific local restrictions in each country. In Czech Republic the farmers use for production planning mainly their expert knowledge and past experience. However, the mathematical programming approach enables find the true optimal solution of the problem, which especially in the problems with a great number of constraints is not easy to find intuitively. One of the possible barriers for using the general decision support systems (which are based on mathematical programming methods for agriculture production planning in Czech Republic is its expensiveness. The small farmer can not afford to buy the expensive software or to employ a mathematical programming specialist. The aim of this paper is to present a user friendly linear programming model of the typical agricultural production planning problem in Czech Republic which can be solved via software tools commonly available in any farm (e.g. EXCEL. The linear programming model covering the restrictions on total costs, crop rotation, thresholds for the total area sowed by particular crops, total amount of manure and the need of feed crops is developed. The model is applied in real-world problem of Czech agriculture

  11. The Art of Building Small : From Molecular Switches to Motors (Nobel Lecture)

    NARCIS (Netherlands)

    Feringa, Ben L.

    2017-01-01

    A journey into the nano-world: The ability to design, use and control motor-like functions at the molecular level sets the stage for numerous dynamic molecular systems. In his Nobel Lecture, B. L. Feringa describes the evolution of the field of molecular motors and explains how to program and

  12. The Effect Working Environment, Job Characteristic and Job Motivation to Job Satisfaction at Lecture Jambi Universitas

    OpenAIRE

    Rosmiati, Rosmiati; Ekawarna, Ekawarna; Haryanto, Eddy

    2017-01-01

    The objective of this research is to obtain information on the effect of working environment, job Characteristic and job motivation to job satisfaction. The population of this research is the Lecture Jambi University. The total number of the research sample was 273 Official Member of Lecture Jambi University and they were taken randomly. Data analysis technique was used path analisys with SPSS and LISREL program.The formulation of this research are: 1) Is the work environment (X1) directly in...

  13. The Linear Programming to evaluate the performance of Oral Health in Primary Care.

    Science.gov (United States)

    Colussi, Claudia Flemming; Calvo, Maria Cristina Marino; Freitas, Sergio Fernando Torres de

    2013-01-01

    To show the use of Linear Programming to evaluate the performance of Oral Health in Primary Care. This study used data from 19 municipalities of Santa Catarina city that participated of the state evaluation in 2009 and have more than 50,000 habitants. A total of 40 indicators were evaluated, calculated using the Microsoft Excel 2007, and converted to the interval [0, 1] in ascending order (one indicating the best situation and zero indicating the worst situation). Applying the Linear Programming technique municipalities were assessed and compared among them according to performance curve named "quality estimated frontier". Municipalities included in the frontier were classified as excellent. Indicators were gathered, and became synthetic indicators. The majority of municipalities not included in the quality frontier (values different of 1.0) had lower values than 0.5, indicating poor performance. The model applied to the municipalities of Santa Catarina city assessed municipal management and local priorities rather than the goals imposed by pre-defined parameters. In the final analysis three municipalities were included in the "perceived quality frontier". The Linear Programming technique allowed to identify gaps that must be addressed by city managers to enhance actions taken. It also enabled to observe each municipal performance and compare results among similar municipalities.

  14. Lectures on Chevalley groups

    CERN Document Server

    Steinberg, Robert

    2016-01-01

    Robert Steinberg's Lectures on Chevalley Groups were delivered and written during the author's sabbatical visit to Yale University in the 1967-1968 academic year. The work presents the status of the theory of Chevalley groups as it was in the mid-1960s. Much of this material was instrumental in many areas of mathematics, in particular in the theory of algebraic groups and in the subsequent classification of finite groups. This posthumous edition incorporates additions and corrections prepared by the author during his retirement, including a new introductory chapter. A bibliography and editorial notes have also been added. This is a great unsurpassed introduction to the subject of Chevalley groups that influenced generations of mathematicians. I would recommend it to anybody whose interests include group theory. -Efim Zelmanov, University of California, San Diego Robert Steinberg's lectures on Chevalley groups were given at Yale University in 1967. The notes for the lectures contain a wonderful exposition of ...

  15. Lectures for CERN pensioners

    CERN Multimedia

    SC Unit

    2008-01-01

    The CERN Medical Service and the Pensioners Association are pleased to invite CERN pensioners to a series of lectures given by professors and specialists from the Teaching Hospitals and the Faculty of Medicine of the University of Geneva on the following topic: PROMOTION OF OPTIMUM BRAIN AGEING The lectures will take place in the Main CERN Auditorium (Building 60) from 2.30 p.m. to 4.30 p.m. on the following dates: Wednesday 12 November 2008: Assessing the extent of brain ageing Dr Dina ZEKRY Friday 12 December 2008: Can memory decline be prevented? Pr Jean-Pierre MICHEL Thursday 15 January 2009: Diagnosing and treating Alzheimer’s disease Pr Gabriel GOLD Wednesday 25 February 2009: What is the brain reserve? Speaker’s name to be announced at a later date The lectures will be given in French, with transparencies in English, and will be followed by a wide-ranging debate with the participants. CERN Medical Service - Pensioners Association - CERN-ESO (GAC-EPA)

  16. Lectures on quasiconformal mappings

    CERN Document Server

    Ahlfors, Lars V

    2006-01-01

    Lars Ahlfors's Lectures on Quasiconformal Mappings, based on a course he gave at Harvard University in the spring term of 1964, was first published in 1966 and was soon recognized as the classic it was shortly destined to become. These lectures develop the theory of quasiconformal mappings from scratch, give a self-contained treatment of the Beltrami equation, and cover the basic properties of Teichm�ller spaces, including the Bers embedding and the Teichm�ller curve. It is remarkable how Ahlfors goes straight to the heart of the matter, presenting major results with a minimum set of prerequisites. Many graduate students and other mathematicians have learned the foundations of the theories of quasiconformal mappings and Teichm�ller spaces from these lecture notes. This edition includes three new chapters. The first, written by Earle and Kra, describes further developments in the theory of Teichm�ller spaces and provides many references to the vast literature on Teichm�ller spaces and quasiconformal ...

  17. The Impact of Online Lecture Recordings on Student Performance

    Science.gov (United States)

    Williams, Andrew; Birch, Elisa; Hancock, Phil

    2012-01-01

    The use of online lecture recordings as a supplement to physical lectures is an increasingly popular tool at many universities. This paper combines survey data with student record data for students in a "Microeconomics Principles" class to examine the relative effects of lecture attendance and online lecture recordings. The main finding…

  18. AN APPLICATION FOR EFFICIENT TELECOMMUNICATION NETWORKS PROVISIONING USING LINEAR PROGRAMMING

    Directory of Open Access Journals (Sweden)

    Maria Augusta Soares Machado

    2015-03-01

    Full Text Available This paper presents a practical proposition for the application of the Linear Programming quantitative method in order to assist planning and control of customer circuit delivery activities in telecommunications companies working with the corporative market. Based upon data provided for by a telecom company operating in Brazil, the Linear Programming method was employed for one of the classical problems of determining the optimum mix of production quantities for a set of five products of that company: Private Telephone Network, Internet Network, Intranet Network, Low Speed Data Network, and High Speed Data Network, in face of several limitations of the productive resources, seeking to maximize the company’s monthly revenue. By fitting the production data available into a primary model, observation was made as to what number of monthly activations for each product would be mostly optimized in order to achieve maximum revenues in the company. The final delivery of a complete network was not observed but the delivery of the circuits that make it up, and this was a limiting factor for the study herein, which, however, brings an innovative proposition for the planning of private telecommunications network provisioning.

  19. A Study of Joint Cost Inclusion in Linear Programming Optimization

    Directory of Open Access Journals (Sweden)

    P. Armaos

    2013-08-01

    Full Text Available The concept of Structural Optimization has been a topic or research over the past century. Linear Programming Optimization has proved being the most reliable method of structural optimization. Global advances in linear programming optimization have been recently powered by University of Sheffield researchers, to include joint cost, self-weight and buckling considerations. A joint cost inclusion scopes to reduce the number of joints existing in an optimized structural solution, transforming it to a practically viable solution. The topic of the current paper is to investigate the effects of joint cost inclusion, as this is currently implemented in the optimization code. An extended literature review on this subject was conducted prior to familiarization with small scale optimization software. Using IntelliFORM software, a structured series of problems were set and analyzed. The joint cost tests examined benchmark problems and their consequent changes in the member topology, as the design domain was expanding. The findings of the analyses were remarkable and are being commented further on. The distinct topologies of solutions created by optimization processes are also recognized. Finally an alternative strategy of penalizing joints is presented.

  20. Solving non-linear Horn clauses using a linear Horn clause solver

    DEFF Research Database (Denmark)

    Kafle, Bishoksan; Gallagher, John Patrick; Ganty, Pierre

    2016-01-01

    In this paper we show that checking satisfiability of a set of non-linear Horn clauses (also called a non-linear Horn clause program) can be achieved using a solver for linear Horn clauses. We achieve this by interleaving a program transformation with a satisfiability checker for linear Horn...... clauses (also called a solver for linear Horn clauses). The program transformation is based on the notion of tree dimension, which we apply to a set of non-linear clauses, yielding a set whose derivation trees have bounded dimension. Such a set of clauses can be linearised. The main algorithm...... dimension. We constructed a prototype implementation of this approach and performed some experiments on a set of verification problems, which shows some promise....

  1. Visual, Algebraic and Mixed Strategies in Visually Presented Linear Programming Problems.

    Science.gov (United States)

    Shama, Gilli; Dreyfus, Tommy

    1994-01-01

    Identified and classified solution strategies of (n=49) 10th-grade students who were presented with linear programming problems in a predominantly visual setting in the form of a computerized game. Visual strategies were developed more frequently than either algebraic or mixed strategies. Appendix includes questionnaires. (Contains 11 references.)…

  2. Fuzzy Multi Objective Linear Programming Problem with Imprecise Aspiration Level and Parameters

    Directory of Open Access Journals (Sweden)

    Zahra Shahraki

    2015-07-01

    Full Text Available This paper considers the multi-objective linear programming problems with fuzzygoal for each of the objective functions and constraints. Most existing works deal withlinear membership functions for fuzzy goals. In this paper, exponential membershipfunction is used.

  3. Broadband demonstrations of true-time delay using linear sideband chirped programming and optical coherent transients

    International Nuclear Information System (INIS)

    Reibel, R.R.; Barber, Z.W.; Fischer, J.A.; Tian, M.; Babbitt, W.R.

    2004-01-01

    Linear sideband chirped (LSC) programming is introduced as a means of configuring spatial-spectral holographic gratings for optical coherent transient processors. Similar to linear frequency chirped programming, LSC programming allows the use of broadband integrated electro-optic phase modulators to produce chirps instead of using elaborate broadband chirped lasers. This approach has several advantages including the ability to use a stabilized laser for the optical carrier as well as stable, reproducible chirped optical signals when the modulator is driven digitally. Using LSC programming, we experimentally demonstrate broadband true-time delay as a proof of principle for the optical control of phased array radars. Here both cw phase modulated and binary phase shift keyed probe signals are true-time delayed with bandwidths of 1 GHz and delay resolutions better than 60 ps

  4. Linear programming models and methods of matrix games with payoffs of triangular fuzzy numbers

    CERN Document Server

    Li, Deng-Feng

    2016-01-01

    This book addresses two-person zero-sum finite games in which the payoffs in any situation are expressed with fuzzy numbers. The purpose of this book is to develop a suite of effective and efficient linear programming models and methods for solving matrix games with payoffs in fuzzy numbers. Divided into six chapters, it discusses the concepts of solutions of matrix games with payoffs of intervals, along with their linear programming models and methods. Furthermore, it is directly relevant to the research field of matrix games under uncertain economic management. The book offers a valuable resource for readers involved in theoretical research and practical applications from a range of different fields including game theory, operational research, management science, fuzzy mathematical programming, fuzzy mathematics, industrial engineering, business and social economics. .

  5. A versatile program for the calculation of linear accelerator room shielding.

    Science.gov (United States)

    Hassan, Zeinab El-Taher; Farag, Nehad M; Elshemey, Wael M

    2018-03-22

    This work aims at designing a computer program to calculate the necessary amount of shielding for a given or proposed linear accelerator room design in radiotherapy. The program (Shield Calculation in Radiotherapy, SCR) has been developed using Microsoft Visual Basic. It applies the treatment room shielding calculations of NCRP report no. 151 to calculate proper shielding thicknesses for a given linear accelerator treatment room design. The program is composed of six main user-friendly interfaces. The first enables the user to upload their choice of treatment room design and to measure the distances required for shielding calculations. The second interface enables the user to calculate the primary barrier thickness in case of three-dimensional conventional radiotherapy (3D-CRT), intensity modulated radiotherapy (IMRT) and total body irradiation (TBI). The third interface calculates the required secondary barrier thickness due to both scattered and leakage radiation. The fourth and fifth interfaces provide a means to calculate the photon dose equivalent for low and high energy radiation, respectively, in door and maze areas. The sixth interface enables the user to calculate the skyshine radiation for photons and neutrons. The SCR program has been successfully validated, precisely reproducing all of the calculated examples presented in NCRP report no. 151 in a simple and fast manner. Moreover, it easily performed the same calculations for a test design that was also calculated manually, and produced the same results. The program includes a new and important feature that is the ability to calculate required treatment room thickness in case of IMRT and TBI. It is characterised by simplicity, precision, data saving, printing and retrieval, in addition to providing a means for uploading and testing any proposed treatment room shielding design. The SCR program provides comprehensive, simple, fast and accurate room shielding calculations in radiotherapy.

  6. Wavelet-linear genetic programming: A new approach for modeling monthly streamflow

    Science.gov (United States)

    Ravansalar, Masoud; Rajaee, Taher; Kisi, Ozgur

    2017-06-01

    The streamflows are important and effective factors in stream ecosystems and its accurate prediction is an essential and important issue in water resources and environmental engineering systems. A hybrid wavelet-linear genetic programming (WLGP) model, which includes a discrete wavelet transform (DWT) and a linear genetic programming (LGP) to predict the monthly streamflow (Q) in two gauging stations, Pataveh and Shahmokhtar, on the Beshar River at the Yasuj, Iran were used in this study. In the proposed WLGP model, the wavelet analysis was linked to the LGP model where the original time series of streamflow were decomposed into the sub-time series comprising wavelet coefficients. The results were compared with the single LGP, artificial neural network (ANN), a hybrid wavelet-ANN (WANN) and Multi Linear Regression (MLR) models. The comparisons were done by some of the commonly utilized relevant physical statistics. The Nash coefficients (E) were found as 0.877 and 0.817 for the WLGP model, for the Pataveh and Shahmokhtar stations, respectively. The comparison of the results showed that the WLGP model could significantly increase the streamflow prediction accuracy in both stations. Since, the results demonstrate a closer approximation of the peak streamflow values by the WLGP model, this model could be utilized for the simulation of cumulative streamflow data prediction in one month ahead.

  7. Development of demand functions and their inclusion in linear programming forecasting models

    International Nuclear Information System (INIS)

    Chamberlin, J.H.

    1976-05-01

    The purpose of the paper is to present a method for including demand directly within a linear programming model, and to use this method to analyze the effect of the Liquid Metal Fast Breeder Reactor upon the nuclear energy system

  8. The application of the fall-vector method in decomposition schemes for the solution of integer linear programming problems

    International Nuclear Information System (INIS)

    Sergienko, I.V.; Golodnikov, A.N.

    1984-01-01

    This article applies the methods of decompositions, which are used to solve continuous linear problems, to integer and partially integer problems. The fall-vector method is used to solve the obtained coordinate problems. An algorithm of the fall-vector is described. The Kornai-Liptak decomposition principle is used to reduce the integer linear programming problem to integer linear programming problems of a smaller dimension and to a discrete coordinate problem with simple constraints

  9. "Annotated Lectures": Student-Instructor Interaction in Large-Scale Global Education

    Directory of Open Access Journals (Sweden)

    Roger Diehl

    2009-10-01

    Full Text Available We describe an "Annotated Lectures" system, which will be used in a global virtual teaching and student collaboration event on embodied intelligence presented by the University of Zurich. The lectures will be broadcasted via video-conference to lecture halls of different universities around the globe. Among other collaboration features, an "Annotated Lectures" system will be implemented in a 3D collaborative virtual environment and used by the participating students to make annotations to the video-recorded lectures, which will be sent to and answered by their supervisors, and forwarded to the lecturers in an aggregated way. The "Annotated Lectures" system aims to overcome the issues of limited studentinstructor interaction in large-scale education, and to foster an intercultural and multidisciplinary discourse among students who review the lectures in a group. After presenting the concept of the "Annotated Lectures" system, we discuss a prototype version including a description of the technical components and its expected benefit for large-scale global education.

  10. Interactive lectures: Clickers or personal devices?

    Science.gov (United States)

    Morrell, Lesley J; Joyce, Domino A

    2015-01-01

    Audience response systems ('clickers') are frequently used to promote participation in large lecture classes, and evidence suggests that they convey a number of benefits to students, including improved academic performance and student satisfaction. The limitations of these systems (such as limited access and cost) can be overcome using students' personal electronic devices, such as mobile phones, tablets and laptops together with text message, web- or app-based polling systems. Using questionnaires, we compare student perceptions of clicker and smartphone based polling systems. We find that students prefer interactive lectures generally, but those that used their own device preferred those lectures over lectures using clickers. However, device users were more likely to report using their devices for other purposes (checking email, social media etc.) when they were available to answer polling questions. These students did not feel that this distracted them from the lecture, instead, concerns over the use of smartphones centred around increased battery usage and inclusivity for students without access to suitable technology. Our results suggest that students generally preferred to use their own devices over clickers, and that this may be a sensible way to overcome some of the limitations associated with clickers, although issues surrounding levels of distraction and the implications for retention and recall of information need further investigation.

  11. Active Learning in ASTR 101 Lectures

    Science.gov (United States)

    Deming, Grace L.

    1998-12-01

    The lecture is the most common teaching method used at colleges and universities, but does this format facilitate student learning? Lectures can be brilliantly delivered, but they are received by a passive audience. As time passes during a lecture, student attention and effective notetaking diminish. Many students become more interested in a subject and retain information longer in courses that rely on active rather than passive teaching methods. Interactive teaching strategies such as the think-pair-share-(write), the 3-minute paper, and the misconception confrontation can be used to actively engage students during lecture. As a cooperative learning strategy, the think-pair-share-(write) technique requires active discussion by everyone in the class. The "write" component structures individual accountability into the activity. The 3-minute paper is an expansion of the standard 1-minute paper feedback technique, but is required of all students rather than voluntary or anonymous. The misconception confrontation technique allows students to focus on how their pre- conceived notions differ from the scientific explanation. These techniques can be easily adopted by anyone currently using a standard lecture format for introductory astronomy. The necessary components are a commitment by the instructor to require active participation by all students and a willingness to try new teaching methods.

  12. Interactive Lecture Experiments in Large Introductory Physics Classes

    Science.gov (United States)

    Milner-Bolotin, Marina M.; Kotlicki, A.; Rieger, G.; Bates, F.; Moll, R.; McPhee, K.; Nashon, S.

    2006-12-01

    We describe Interactive Lecture Experiments (ILE), which build on Interactive Lecture Demonstrations proposed by Sokoloff and Thornton (2004) and extends it by providing students with the opportunity to analyze experiments demonstrated in the lecture outside of the classroom. Real time experimental data is collected, using Logger Pro combined with the digital video technology. This data is uploaded to the Internet and made available to the students for further analysis. Student learning is assessed in the following lecture using conceptual questions (clickers). The goal of this project is to use ILE to make large lectures more interactive and promote student interest in science, critical thinking and data analysis skills. We report on the systematic study conducted using the Colorado Learning Attitudes about Science Survey, Force Concept Inventory, open-ended physics problems and focus group interviews to determine the impact of ILE on student academic achievement, motivation and attitudes towards physics. Three sections of students (750 students) experienced four ILE experiments. The surveys were administered twice and academic results for students who experienced the ILE for a particular topic were compared to the students, from a different section, who did not complete the ILE for that topic. Additional qualitative data on students’ attitudes was collected using open ended survey questions and interviews. We will present preliminary conclusions about the role of ILEs as an effective pedagogy in large introductory physics courses. Sokoloff, D.R. and R.K. Thornton (2004). Interactive Lecture Demonstrations: Active Learning in Introductory Physics, J.Wiley & Sons, INC. Interactive Lecture Experiments: http://www.physics.ubc.ca/ year1lab/p100/LectureLabs/lectureLabs.html

  13. Research and evaluation of the effectiveness of e-learning in the case of linear programming

    Directory of Open Access Journals (Sweden)

    Ljiljana Miletić

    2016-04-01

    Full Text Available The paper evaluates the effectiveness of the e-learning approach to linear programming. The goal was to investigate how proper use of information and communication technologies (ICT and interactive learning helps to improve high school students’ understanding, learning and retention of advanced non-curriculum material. The hypothesis was that ICT and e-learning is helpful in teaching linear programming methods. In the first phase of the research, a module of lessons for linear programming (LP was created using the software package Loomen Moodle and other interactive software packages such as Geogebra. In the second phase, the LP module was taught as a short course to two groups of high school students. These two groups of students were second-grade students in a Croatian high school. In Class 1, the module was taught using ICT and e-learning, while the module was taught using classical methods in Class 2. The action research methodology was an integral part in delivering the course to both student groups. The sample student groups were carefully selected to ensure that differences in background knowledge and learning potential were statistically negligible. Relevant data was collected while delivering the course. Statistical analysis of the collected data showed that the student group using the e-learning method produced better results than the group using a classical learning method. These findings support previous results on the effectiveness of e-learning, and also establish a specific approach to e-learning in linear programming.

  14. Twenty lectures on thermodynamics

    CERN Document Server

    Buchdahl, H A

    2013-01-01

    Twenty Lectures on Thermodynamics is a course of lectures, parts of which the author has given various times over the last few years. The book gives the readers a bird's eye view of phenomenological and statistical thermodynamics. The book covers many areas in thermodynamics such as states and transition; adiabatic isolation; irreversibility; the first, second, third and Zeroth laws of thermodynamics; entropy and entropy law; the idea of the application of thermodynamics; pseudo-states; the quantum-static al canonical and grand canonical ensembles; and semi-classical gaseous systems. The text

  15. Lectures on Quantum Mechanics

    CERN Document Server

    Dirac, Paul Adrien Maurice

    1964-01-01

    The author of this concise, brilliant series of lectures on mathematical methods in quantum mechanics was one of the shining intellects in the field, winning a Nobel prize in 1933 for his pioneering work in the quantum mechanics of the atom. Beyond that, he developed the transformation theory of quantum mechanics (which made it possible to calculate the statistical distribution of certain variables), was one of the major authors of the quantum theory of radiation, codiscovered the Fermi-Dirac statistics, and predicted the existence of the positron.The four lectures in this book were delivered

  16. The Effect of Instant Messaging on Lecture Retention

    Science.gov (United States)

    McVaugh, Nathan Kant

    2012-01-01

    The impact of instant message interruptions via computer on immediate lecture retention for college students was examined. While watching a 24-minute video of a classroom lecture, students received various numbers of related-to-lecture ("Is consistent use of the eye contact method necessary for success?") versus not-related-to lecture…

  17. Online Lectures in Undergraduate Medical Education: Scoping Review.

    Science.gov (United States)

    Tang, Brandon; Coret, Alon; Qureshi, Aatif; Barron, Henry; Ayala, Ana Patricia; Law, Marcus

    2018-04-10

    The adoption of the flipped classroom in undergraduate medical education calls on students to learn from various self-paced tools-including online lectures-before attending in-class sessions. Hence, the design of online lectures merits special attention, given that applying multimedia design principles has been shown to enhance learning outcomes. The aim of this study was to understand how online lectures have been integrated into medical school curricula, and whether published literature employs well-accepted principles of multimedia design. This scoping review followed the methodology outlined by Arksey and O'Malley (2005). Databases, including MEDLINE, PsycINFO, Education Source, FRANCIS, ERIC, and ProQuest, were searched to find articles from 2006 to 2016 related to online lecture use in undergraduate medical education. In total, 45 articles met our inclusion criteria. Online lectures were used in preclinical and clinical years, covering basic sciences, clinical medicine, and clinical skills. The use of multimedia design principles was seldom reported. Almost all studies described high student satisfaction and improvement on knowledge tests following online lecture use. Integration of online lectures into undergraduate medical education is well-received by students and appears to improve learning outcomes. Future studies should apply established multimedia design principles to the development of online lectures to maximize their educational potential. ©Brandon Tang, Alon Coret, Aatif Qureshi, Henry Barron, Ana Patricia Ayala, Marcus Law. Originally published in JMIR Medical Education (http://mededu.jmir.org), 10.04.2018.

  18. The finite element analysis program MSC Marc/Mentat a first introduction

    CERN Document Server

    Öchsner, Andreas

    2016-01-01

    Based on simple examples, this book offers a short introduction to the general-purpose finite element program MSC Marc, a specialized program for non-linear problems (implicit solver) distributed by the MSC Software Corporation, which is commonly used in academia and industry. Today the documentation of all finite element programs includes a variety of step-by-step examples of differing complexity, and in addition, all software companies offer professional workshops on different topics. As such, rather than competing with these, the book focuses on providing simple examples, often single-element problems, which can easily be related to the theory that is discussed in finite element lectures. This makes it an ideal companion book to classical introductory courses on the finite element method.

  19. Collaborative use of virtual patients after a lecture enhances learning with minimal investment of cognitive load.

    Science.gov (United States)

    Marei, Hesham F; Donkers, Jeroen; Al-Eraky, Mohamed M; Van Merrienboer, Jeroen J G

    2018-05-25

    The use of virtual patients (VPs), due to their high complexity and/or inappropriate sequencing with other instructional methods, might cause a high cognitive load, which hampers learning. To investigate the efficiency of instructional methods that involved three different applications of VPs combined with lectures. From two consecutive batches, 171 out of 183 students have participated in lecture and VPs sessions. One group received a lecture session followed by a collaborative VPs learning activity (collaborative deductive). The other two groups received a lecture session and an independent VP learning activity, which either followed the lecture session (independent deductive) or preceded it (independent inductive). All groups were administrated written knowledge acquisition and retention tests as well as transfer tests using two new VPs. All participants completed a cognitive load questionnaire, which measured intrinsic, extraneous and germane load. Mixed effect analysis of cognitive load and efficiency using the R statistical program was performed. The highest intrinsic and extraneous load was found in the independent inductive group, while the lowest intrinsic and extraneous load was seen in the collaborative deductive group. Furthermore, comparisons showed a significantly higher efficiency, that is, higher performance in combination with lower cognitive load, for the collaborative deductive group than for the other two groups. Collaborative use of VPs after a lecture is the most efficient instructional method, of those tested, as it leads to better learning and transfer combined with lower cognitive load, when compared with independent use of VPs, either before or after the lecture.

  20. LIAR -- A new program for the modeling and simulation of linear accelerators with high gradients and small emittances

    International Nuclear Information System (INIS)

    Assmann, R.; Adolphsen, C.; Bane, K.; Raubenheimer, T.O.; Siemann, R.; Thompson, K.

    1996-09-01

    Linear accelerators are the central components of the proposed next generation of linear colliders. They need to provide acceleration of up to 750 GeV per beam while maintaining very small normalized emittances. Standard simulation programs, mainly developed for storage rings, do not meet the specific requirements for high energy linear accelerators. The authors present a new program LIAR (LInear Accelerator Research code) that includes wakefield effects, a 4D coupled beam description, specific optimization algorithms and other advanced features. Its modular structure allows to use and to extend it easily for different purposes. They present examples of simulations for SLC and NLC

  1. Optimization of radioactive waste management system by application of multiobjective linear programming

    International Nuclear Information System (INIS)

    Shimizu, Yoshiaki

    1981-01-01

    A mathematical procedure is proposed to make a radioactive waste management plan comprehensively. Since such planning is relevant to some different goals in management, decision making has to be formulated as a multiobjective optimization problem. A mathematical programming method was introduced to make a decision through an interactive manner which enables us to assess the preference of decision maker step by step among the conflicting objectives. The reference system taken as an example is the radioactive waste management system at the Research Reactor Institute of Kyoto University (KUR). Its linear model was built based on the experience in the actual management at KUR. The best-compromise model was then formulated as a multiobjective linear programming by the aid of the computational analysis through a conventional optimization. It was shown from the numerical results that the proposed approach could provide some useful informations to make an actual management plan. (author)

  2. Mixed integer linear programming model for dynamic supplier selection problem considering discounts

    Directory of Open Access Journals (Sweden)

    Adi Wicaksono Purnawan

    2018-01-01

    Full Text Available Supplier selection is one of the most important elements in supply chain management. This function involves evaluation of many factors such as, material costs, transportation costs, quality, delays, supplier capacity, storage capacity and others. Each of these factors varies with time, therefore, supplier identified for one period is not necessarily be same for the next period to supply the same product. So, mixed integer linear programming (MILP was developed to overcome the dynamic supplier selection problem (DSSP. In this paper, a mixed integer linear programming model is built to solve the lot-sizing problem with multiple suppliers, multiple periods, multiple products and quantity discounts. The buyer has to make a decision for some products which will be supplied by some suppliers for some periods cosidering by discount. To validate the MILP model with randomly generated data. The model is solved by Lingo 16.

  3. Refining and end use study of coal liquids II - linear programming analysis

    Energy Technology Data Exchange (ETDEWEB)

    Lowe, C.; Tam, S.

    1995-12-31

    A DOE-funded study is underway to determine the optimum refinery processing schemes for producing transportation fuels that will meet CAAA regulations from direct and indirect coal liquids. The study consists of three major parts: pilot plant testing of critical upgrading processes, linear programming analysis of different processing schemes, and engine emission testing of final products. Currently, fractions of a direct coal liquid produced form bituminous coal are being tested in sequence of pilot plant upgrading processes. This work is discussed in a separate paper. The linear programming model, which is the subject of this paper, has been completed for the petroleum refinery and is being modified to handle coal liquids based on the pilot plant test results. Preliminary coal liquid evaluation studies indicate that, if a refinery expansion scenario is adopted, then the marginal value of the coal liquid (over the base petroleum crude) is $3-4/bbl.

  4. Mehar Methods for Fuzzy Optimal Solution and Sensitivity Analysis of Fuzzy Linear Programming with Symmetric Trapezoidal Fuzzy Numbers

    Directory of Open Access Journals (Sweden)

    Sukhpreet Kaur Sidhu

    2014-01-01

    Full Text Available The drawbacks of the existing methods to obtain the fuzzy optimal solution of such linear programming problems, in which coefficients of the constraints are represented by real numbers and all the other parameters as well as variables are represented by symmetric trapezoidal fuzzy numbers, are pointed out, and to resolve these drawbacks, a new method (named as Mehar method is proposed for the same linear programming problems. Also, with the help of proposed Mehar method, a new method, much easy as compared to the existing methods, is proposed to deal with the sensitivity analysis of the same type of linear programming problems.

  5. Transitioning from Faculty-Led Lecture to Student-Centered Field Learning Facilitated by Near-Peer Mentors: Preliminary Findings from the GeoFORCE/ STEMFORCE Program.

    Science.gov (United States)

    Berry, M.; Wright, V. D.; Ellins, K. K.; Browder, M. G. J.; Castillo, R.; Kotowski, A. J.; Libarkin, J. C.; Lu, J.; Maredia, N.; Butler, N.

    2017-12-01

    GeoFORCE Texas, a geology-based outreach program in the Jackson School of Geosciences, offers weeklong summer geology field based courses to secondary students from minority-serving high schools in Texas and the Bahamas. Students transitioning from eighth to ninth grade are recruited into the program and ideally remain in GeoFORCE for four years. The program aims to empower underrepresented students by exposing them to experiences intended to inspire them to pursue geoscience or other STEM careers. Since the program's inception in 2005, GeoFORCE Texas has relied on a mix of classroom lectures delivered by a geoscience faculty member and time in the field. Early research findings from a National Science Foundation-sponsored GeoPaths-IMPACT project are influencing the evolution of field instruction away from the faculty-led lecture model to student-centered learning that may improve students' grasp of key geological concepts. The eleventh and twelfth grade programs are shifting towards this strategy. Each trip is facilitated by a seven-person team comprised of a geoscience graduate student, master teachers, four undergraduate geology students, and preservice teachers. Members of the instructional team reflected the racial, ethnic, and cultural diversity that the geoscience strives to achieve; all are excellent role models for GeoFORCE students. The outcome of the most recent Central Texas twelfth grade trip, which used a student-centered, project-based approach, was especially noteworthy. Each group was given a topic to apply to what they saw in the field, such as fluvial systems, cultural significance, or geohazards, etc., and present in any manner in front of peers and a panel of geoscience experts. Students used the latest presentation technology available to them (e.g. Prezi, iMovies) and sketches and site notes from field stops. The final presentations were clear, informative, and entertaining. It can be concluded that the students were more engaged with the

  6. Sub-regional linear programming models in land use analysis: a case study of the Neguev settlement, Costa Rica.

    NARCIS (Netherlands)

    Schipper, R.A.; Stoorvogel, J.J.; Jansen, D.M.

    1995-01-01

    The paper deals with linear programming as a tool for land use analysis at the sub-regional level. A linear programming model of a case study area, the Neguev settlement in the Atlantic zone of Costa Rica, is presented. The matrix of the model includes five submatrices each encompassing a different

  7. Towards lexicographic multi-objective linear programming using grossone methodology

    Science.gov (United States)

    Cococcioni, Marco; Pappalardo, Massimo; Sergeyev, Yaroslav D.

    2016-10-01

    Lexicographic Multi-Objective Linear Programming (LMOLP) problems can be solved in two ways: preemptive and nonpreemptive. The preemptive approach requires the solution of a series of LP problems, with changing constraints (each time the next objective is added, a new constraint appears). The nonpreemptive approach is based on a scalarization of the multiple objectives into a single-objective linear function by a weighted combination of the given objectives. It requires the specification of a set of weights, which is not straightforward and can be time consuming. In this work we present both mathematical and software ingredients necessary to solve LMOLP problems using a recently introduced computational methodology (allowing one to work numerically with infinities and infinitesimals) based on the concept of grossone. The ultimate goal of such an attempt is an implementation of a simplex-like algorithm, able to solve the original LMOLP problem by solving only one single-objective problem and without the need to specify finite weights. The expected advantages are therefore obvious.

  8. Lecturing and Loving It: Applying the Information-Processing Model.

    Science.gov (United States)

    Parker, Jonathan K.

    1993-01-01

    Discusses the benefits of lecturing, when done properly, in high schools. Describes the positive attributes of effective lecturers. Provides a human information-processing model applicable to the task of lecturing to students. (HB)

  9. A Homogeneous and Self-Dual Interior-Point Linear Programming Algorithm for Economic Model Predictive Control

    DEFF Research Database (Denmark)

    Sokoler, Leo Emil; Frison, Gianluca; Skajaa, Anders

    2015-01-01

    We develop an efficient homogeneous and self-dual interior-point method (IPM) for the linear programs arising in economic model predictive control of constrained linear systems with linear objective functions. The algorithm is based on a Riccati iteration procedure, which is adapted to the linear...... system of equations solved in homogeneous and self-dual IPMs. Fast convergence is further achieved using a warm-start strategy. We implement the algorithm in MATLAB and C. Its performance is tested using a conceptual power management case study. Closed loop simulations show that 1) the proposed algorithm...

  10. Summer Student Lecture Programme

    CERN Multimedia

    2004-01-01

    Main Auditorium, bldg. 500 More Information DATE TIME LECTURER TITLE Wednesday 7 July 09:15 - 10:00 L. Fayard, O. Ullaland, D. Heagerty (CERN) Programme Presentation Workshops presentation Information on Computing Rules 10:15 - 11:00 R. Aymar (CERN) Introduction to CERN (1/2) 11:15 - 12:00 J. Engelen (CERN) Introduction to CERN (2/2) 15:00 - 16:30 H. Menzel (CERN) An Introduction to Radiation Protection DATE TIME LECTURER TITLE Thursday 8 july 09:15 - 10:00 L. Di Lella (CERN) Introduction to Particle Physics (1/4) 10:15 - 11:00 L. Di Lella (CERN) Introduction to Particle Physics (2/4) 11:15 - 12:00 P. Chomaz (GANIL / CERN) Fundamental questions in modern nuclear physics: The challenge of exotic nuclei (1/2) DATE TIME LECTURER TITLE Friday 9 July 09:15 - 10:00 L. Di Lella (CERN) Introduction to Particle Physics (3/4) 10:15 - 11:00 P. Chomaz (GANIL / CERN) Fundamental questions in modern nuclear physics: The challenge of exotic nuclei (2/2) 11:15 - 12:00 P....

  11. Keynote Addresses from the Horace Mann Lecture Series and the Paul Masoner International Lecture Series 1972-1978.

    Science.gov (United States)

    Bender, Mary, Ed.

    The document contains eight lectures addressing a variety of educational trends, issues, and concerns. The objective is to heighten the awareness of educational challenges that must be met and to promote continued professional renewal activities. Lecture I discusses fundamental problems concerning world education, concentrating on hunger and…

  12. On performing concepts during science lectures

    Science.gov (United States)

    Pozzer-Ardenghi, Lilian; Roth, Wolff-Michael

    2007-01-01

    When lecturing, teachers make use of both verbal and nonverbal communication. What is called teaching, therefore, involves not only the words and sentences a teacher utters and writes on the board during a lesson, but also all the hands/arms gestures, body movements, and facial expressions a teacher performs in the classroom. All of these communicative modalities constitute resources that are made available to students for making sense of and learning from lectures. Yet in the literature on teaching science, these other means of communication are little investigated and understood - and, correspondingly, they are undertheorized. The purpose of this position paper is to argue for a different view of concepts in lectures: they are performed simultaneously drawing on and producing multiple resources that are different expressions of the same holistic meaning unit. To support our point, we provide examples from a database of 26 lectures in a 12th-grade biology class, where the human body was the main topic of study. We analyze how different types of resources - including verbal and nonverbal discourse and various material artifacts - interact during lectures. We provide evidence for the unified production of these various sense-making resources during teaching to constitute a meaning unit, and we emphasize particularly the use of gestures and body orientations inside this meaning unit. We suggest that proper analyses of meaning units need to take into account not only language and diagrams but also a lecturer's pointing and depicting gestures, body positions, and the relationships between these different modalities. Scientific knowledge (conceptions) exists in the concurrent display of all sense-making resources, which we, following Vygotsky, understand as forming a unit (identity) of nonidentical entities.

  13. Student Use of Mobile Devices in University Lectures

    Science.gov (United States)

    Roberts, Neil; Rees, Michael

    2014-01-01

    Mobile devices are increasingly used by students in university lectures. This has resulted in controversy and the banning of mobile devices in some lectures. Although there has been some research into how students use laptop computers in lectures, there has been little investigation into the wider use of mobile devices. This study was designed to…

  14. Topics in computational linear optimization

    DEFF Research Database (Denmark)

    Hultberg, Tim Helge

    2000-01-01

    Linear optimization has been an active area of research ever since the pioneering work of G. Dantzig more than 50 years ago. This research has produced a long sequence of practical as well as theoretical improvements of the solution techniques avilable for solving linear optimization problems...... of high quality solvers and the use of algebraic modelling systems to handle the communication between the modeller and the solver. This dissertation features four topics in computational linear optimization: A) automatic reformulation of mixed 0/1 linear programs, B) direct solution of sparse unsymmetric...... systems of linear equations, C) reduction of linear programs and D) integration of algebraic modelling of linear optimization problems in C++. Each of these topics is treated in a separate paper included in this dissertation. The efficiency of solving mixed 0-1 linear programs by linear programming based...

  15. The effect of workload constraints in linear programming models for production planning

    NARCIS (Netherlands)

    Jansen, M.M.; Kok, de A.G.; Adan, I.J.B.F.

    2011-01-01

    Linear programming (LP) models for production planning incorporate a model of the manufacturing system that is necessarily deterministic. Although these deterministic models are the current state-of-the-art, it should be recognized that they are used in an environment that is inherently stochastic.

  16. Visualizing measurement for 3D smooth density distributions by means of linear programming

    International Nuclear Information System (INIS)

    Tayama, Norio; Yang, Xue-dong

    1994-01-01

    This paper is concerned with a theoretical possibility of a new visualizing measurement method based on an optimum 3D reconstruction from a few selected projections. A theory of optimum 3D reconstruction by a linear programming is discussed, utilizing a few projections for sampled 3D smooth-density-distribution model which satisfies the condition of the 3D sampling theorem. First by use of the sampling theorem, it is shown that we can set up simultaneous simple equations which corresponds to the case of the parallel beams. Then we solve the simultaneous simple equations by means of linear programming algorithm, and we can get an optimum 3D density distribution images with minimum error in the reconstruction. The results of computer simulation with the algorithm are presented. (author)

  17. Perceptions of Students and Self- assessment of Lecturers on ...

    African Journals Online (AJOL)

    assessments of lecturers on written essay error feedback. Overall 153 University of Botswana students and 20 lecturers participated in this study. All the students and 12 lecturers completed different but related questionnaires with both closed and ...

  18. Lectures Abandoned: Active Learning by Active Seminars

    DEFF Research Database (Denmark)

    Christensen, Henrik Bærbak; Corry, Aino Vonge

    2012-01-01

    Traditional lecture-based courses are widely criticised for be- ing less eective in teaching. The question is of course what should replace the lectures and various active learning tech- niques have been suggested and studied. In this paper, we report on our experiences of redesigning a software ......- tive seminars as a replacement of traditional lectures, an activity template for the contents of active seminars, an ac- count on how storytelling supported the seminars, as well as reports on our and the students' experiences....

  19. A scalable parallel algorithm for multiple objective linear programs

    Science.gov (United States)

    Wiecek, Malgorzata M.; Zhang, Hong

    1994-01-01

    This paper presents an ADBASE-based parallel algorithm for solving multiple objective linear programs (MOLP's). Job balance, speedup and scalability are of primary interest in evaluating efficiency of the new algorithm. Implementation results on Intel iPSC/2 and Paragon multiprocessors show that the algorithm significantly speeds up the process of solving MOLP's, which is understood as generating all or some efficient extreme points and unbounded efficient edges. The algorithm gives specially good results for large and very large problems. Motivation and justification for solving such large MOLP's are also included.

  20. The Challenges of Listening to Academic Lectures for EAP Learners and the Impact of Metacognition on Academic Lecture Listening Comprehension

    Directory of Open Access Journals (Sweden)

    Maryam Rahimirad

    2015-06-01

    Full Text Available Academic listening skill is an indispensable necessity for English for academic purposes (EAP students in English-medium universities and also critical for their future success in comprehending conference lectures. But due to the specific nature of such academic lectures, nonnative students all too often face challenges in getting a full command of this task. This study investigates the challenges of listening to academic lectures and the impact of related metacognitive strategies on academic lecture listening comprehension on a group of Iranian learners in an EAP workshop. Fifteen academic staff who took part in two intact classes at the University of Qom, Iran, were randomly assigned to treatment (N = 8 and control (N = 7 groups. The treatment group received 16 hr of metacognitive strategy instruction based on the models proposed by Vandergrift during academic listening instruction, while the control group was just exposed to academic lectures with no explicit strategy instruction. The academic listening sections of the British International English Language Testing System (IELTS were utilized to measure the listening comprehension of both groups before and after the treatment. The results of the data analysis determined that the experimental group significantly outperformed the control group in the listening posttest. The interviews before and after the treatment revealed details of challenges in academic lecture comprehension and also shed light on the perception of the learners regarding metacognitive strategy instruction and the frequency of main metacognitive strategies used in comprehending academic lectures.

  1. IESIP - AN IMPROVED EXPLORATORY SEARCH TECHNIQUE FOR PURE INTEGER LINEAR PROGRAMMING PROBLEMS

    Science.gov (United States)

    Fogle, F. R.

    1994-01-01

    IESIP, an Improved Exploratory Search Technique for Pure Integer Linear Programming Problems, addresses the problem of optimizing an objective function of one or more variables subject to a set of confining functions or constraints by a method called discrete optimization or integer programming. Integer programming is based on a specific form of the general linear programming problem in which all variables in the objective function and all variables in the constraints are integers. While more difficult, integer programming is required for accuracy when modeling systems with small numbers of components such as the distribution of goods, machine scheduling, and production scheduling. IESIP establishes a new methodology for solving pure integer programming problems by utilizing a modified version of the univariate exploratory move developed by Robert Hooke and T.A. Jeeves. IESIP also takes some of its technique from the greedy procedure and the idea of unit neighborhoods. A rounding scheme uses the continuous solution found by traditional methods (simplex or other suitable technique) and creates a feasible integer starting point. The Hook and Jeeves exploratory search is modified to accommodate integers and constraints and is then employed to determine an optimal integer solution from the feasible starting solution. The user-friendly IESIP allows for rapid solution of problems up to 10 variables in size (limited by DOS allocation). Sample problems compare IESIP solutions with the traditional branch-and-bound approach. IESIP is written in Borland's TURBO Pascal for IBM PC series computers and compatibles running DOS. Source code and an executable are provided. The main memory requirement for execution is 25K. This program is available on a 5.25 inch 360K MS DOS format diskette. IESIP was developed in 1990. IBM is a trademark of International Business Machines. TURBO Pascal is registered by Borland International.

  2. Should Lecture Recordings Be Mandated in Dental Schools? Two Viewpoints: Viewpoint 1: Lecture Recordings Should Be Mandatory in U.S. Dental Schools and Viewpoint 2: Lecture Recordings Should Not Be Mandatory in U.S. Dental Schools.

    Science.gov (United States)

    Zandona, Andrea Ferreira; Kinney, Janet; Seong, WookJin; Kumar, Vandana; Bendayan, Alexander; Hewlett, Edmond

    2016-12-01

    Transcription or recording of lectures has been in use for many years, and with the availability of high-fidelity recording, the practice is now ubiquitous in higher education. Since technology has permeated education and today's tech-savvy students have expectations for on-demand learning, dental schools are motivated to record lectures, albeit with positive and negative implications. This Point/Counterpoint article addresses the question of whether lecture recording should be mandatory in U.S. dental schools. Viewpoint 1 supports the statement that lecture recording should be mandatory. Proponents of this viewpoint argue that the benefits-notably, student satisfaction and potential for improvement in student performance-outweigh concerns. Viewpoint 2 takes the opposite position, arguing that lecture recording decreases students' classroom attendance and adversely affects the morale of educators. Additional arguments against mandatory lecture recordings involve the expense of incorporating technology that requires ongoing support.

  3. The Trieste Lecture of John Stewart Bell

    Energy Technology Data Exchange (ETDEWEB)

    Bassi, Angelo; Ghirardi, GianCarlo

    2007-03-23

    Delivered at Trieste on the occasion of the 25th Anniversary of the International Centre for Theoretical Physics, 2 November 1989. The video of this lecture is available here. Please see the PDF for the transcript of the lecture. General remarks by Angelo Bassi and GianCarlo Ghirardi During the autumn of 1989 the International Centre for Theoretical Physics, Trieste, celebrated the 25th anniversary of its creation. Among the many prestigious speakers, who delivered extremely interesting lectures on that occasion, was the late John Stewart Bell. All lectures have been recorded on tape. We succeeded in getting a copy of John's lecture. In the lecture, many of the arguments that John had lucidly stressed in his writings appear once more, but there are also extremely interesting new remarks which, to our knowledge, have not been presented elsewhere. In particular he decided, as pointed out by the very choice of the title of his lecture, to call attention to the fact that the theory presents two types of difficulties, which Dirac classified as first and second class. The former are those connected with the so-called macro-objectification problem, the latter with the divergences characterizing relativistic quantum field theories. Bell describes the precise position of Dirac on these problems and he stresses appropriately how, contrary to Dirac's hopes, the steps which have led to a partial overcoming of the second class difficulties have not helped in any way whatsoever to overcome those of the first class. He then proceeds to analyse the origin and development of the Dynamical Reduction Program and draws attention to the problems that still affect it, in particular that of a consistent relativistic generalization. When the two meetings Are there quantum jumps? and On the present status of Quantum Mechanics were organized in Trieste and Losinj (Croatia), on 5-10 September 2005, it occurred to us that this lecture, which has never been published, might represent

  4. The Trieste Lecture of John Stewart Bell

    International Nuclear Information System (INIS)

    Bassi, Angelo; Ghirardi, GianCarlo

    2007-01-01

    Delivered at Trieste on the occasion of the 25th Anniversary of the International Centre for Theoretical Physics, 2 November 1989. The video of this lecture is available here. Please see the PDF for the transcript of the lecture. General remarks by Angelo Bassi and GianCarlo Ghirardi During the autumn of 1989 the International Centre for Theoretical Physics, Trieste, celebrated the 25th anniversary of its creation. Among the many prestigious speakers, who delivered extremely interesting lectures on that occasion, was the late John Stewart Bell. All lectures have been recorded on tape. We succeeded in getting a copy of John's lecture. In the lecture, many of the arguments that John had lucidly stressed in his writings appear once more, but there are also extremely interesting new remarks which, to our knowledge, have not been presented elsewhere. In particular he decided, as pointed out by the very choice of the title of his lecture, to call attention to the fact that the theory presents two types of difficulties, which Dirac classified as first and second class. The former are those connected with the so-called macro-objectification problem, the latter with the divergences characterizing relativistic quantum field theories. Bell describes the precise position of Dirac on these problems and he stresses appropriately how, contrary to Dirac's hopes, the steps which have led to a partial overcoming of the second class difficulties have not helped in any way whatsoever to overcome those of the first class. He then proceeds to analyse the origin and development of the Dynamical Reduction Program and draws attention to the problems that still affect it, in particular that of a consistent relativistic generalization. When the two meetings Are there quantum jumps? and On the present status of Quantum Mechanics were organized in Trieste and Losinj (Croatia), on 5-10 September 2005, it occurred to us that this lecture, which has never been published, might represent an

  5. Taxonomy of Lecture Note-Taking Skills and Subskills

    Science.gov (United States)

    Al-Musalli, Alaa M.

    2015-01-01

    Note taking (NT) in lectures is as active a skill as listening, which stimulates it, and as challenging as writing, which is the end product. Literature on lecture NT misses an integration of the processes involved in listening with those in NT. In this article, a taxonomy is proposed of lecture NT skills and subskills based on a similar list…

  6. Using lecture capture: a qualitative study of nursing faculty's experience.

    Science.gov (United States)

    Freed, Patricia E; Bertram, Julie E; McLaughlin, Dorcas E

    2014-04-01

    As lecture capture technology becomes widely available in schools of nursing, faculty will need to master new technological skills and make decisions about recording their classroom lectures or other activities. This study sought to understand faculty's experience of using a new lecture capture system. This qualitative study used Kruger's systematic approach to explore undergraduate nursing faculty's first-time experience using a lecture capture system purchased by the university. Four focus groups were conducted with a total of fourteen undergraduate faculty using lecture capture for the first-time. The interviews were recorded and transcribed and then analyzed by the researchers. Four themes were identified from the faculty interviews. Two of the themes expressed faculty's concerns about the teaching role, and two themes expressed the faculty's concerns about student learning. Participants experienced stress when learning to use the new lecture capture technology and struggled to resolve it with their own beliefs and teaching values. The impact of lecture capture on student learning, impact on class attendance, and the promotion of a culture of lecturing were revealed as important issues to consider when lecture capture becomes available. © 2013.

  7. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    23, 24, 25, 26 and 27 April REGULAR LECTURE PROGRAMME From 11:00 hrs - Main Auditorium bldg. 500, on 23 April from 11:15 to 12:15 hrs Searches for Dark Matter F. Feinstein / CPPM, Marseille, F The fact that the mass of the visible stars could not account for the gravitational cohesion of the galaxy clusters was the first manifestation of non-radiating matter in the Universe. Since then, many observations imply that most of the matter is indeed dark. Its nature is still unknown and likely to have several contributions. Recent results indicate that most of it may not be composed of normal matter. These lectures will review the experimental methods, which have been developed to unravel this 70-year long mystery and confront their results with the current theoretical framework of cosmology.

  8. Academic Training: Summer Student Lecture Programme

    CERN Multimedia

    2004-01-01

    Main Auditorium, bldg. 500 DATE TIME LECTURER TITLE Monday 26 July 09:15 - 10:00 A. Pich (IFIC) The Standard Model (7/8) 10:15 - 11:00 R. Rattazzi (CERN) Beyond the Standard Model (1/3) 11:15 - 12:00 K. Jacobs (Universität Freiburg) Physics in Hadronic Colliders (1/4) DATE TIME LECTURER TITLE Tuesday 27 July 09:15 - 10:00 A. Pich (IFIC) The Standard Model (8/8) 10:15 - 11:00 R. Rattazzi (CERN) Beyond the Standard Model (2/3) 11:15 - 12:00 R. Rattazzi (CERN) A. Pich (IFIC) Discussion Session DATE TIME LECTURER TITLE Wednesday 28 July 09:15 - 10:00 K. Jacobs (Universität Freiburg) Physics in Hadronic Colliders (2/4) 10:15 - 11:00 K. Jacobs (Universität Freiburg) Physics in Hadronic Colliders (3/4) 11:15 - 12:00 R. Rattazzi (CERN) Beyond the Standard Model (3/3) 14:00 - 15:00 R. Assmann (CERN) The CLIC project DATE TIME LECTURER TITLE Thursday 29 July 09:15 - 10:00 K. Jacobs (Universität Freiburg) Physics in Hadronic ...

  9. Use of Case-Based or Hands-On Laboratory Exercises with Physiology Lectures Improves Knowledge Retention, but Veterinary Medicine Students Prefer Case-Based Activities

    Science.gov (United States)

    McFee, Renee M.; Cupp, Andrea S.; Wood, Jennifer R.

    2018-01-01

    Didactic lectures are prevalent in physiology courses within veterinary medicine programs, but more active learning methods have also been utilized. Our goal was to identify the most appropriate learning method to augment the lecture component of our physiology course. We hypothesized that case-based learning would be well received by students and…

  10. Modeling of the time sharing for lecturers

    Directory of Open Access Journals (Sweden)

    E. Yu. Shakhova

    2017-01-01

    Full Text Available In the context of modernization of the Russian system of higher education, it is necessary to analyze the working time of the university lecturers, taking into account both basic job functions as the university lecturer, and others.The mathematical problem is presented for the optimal working time planning for the university lecturers. The review of the documents, native and foreign works on the study is made. Simulation conditions, based on analysis of the subject area, are defined. Models of optimal working time sharing of the university lecturers («the second half of the day» are developed and implemented in the system MathCAD. Optimal solutions have been obtained.Three problems have been solved:1 to find the optimal time sharing for «the second half of the day» in a certain position of the university lecturer;2 to find the optimal time sharing for «the second half of the day» for all positions of the university lecturers in view of the established model of the academic load differentiation;3 to find the volume value of the non-standardized part of time work in the department for the academic year, taking into account: the established model of an academic load differentiation, distribution of the Faculty number for the positions and the optimal time sharing «the second half of the day» for the university lecturers of the department.Examples are given of the analysis results. The practical application of the research: the developed models can be used when planning the working time of an individual professor in the preparation of the work plan of the university department for the academic year, as well as to conduct a comprehensive analysis of the administrative decisions in the development of local university regulations.

  11. Advanced lectures on multiprocessor programming (1/3)

    CERN Multimedia

    CERN. Geneva

    2011-01-01

    Three classes (60 mins) on Multiprocessor Programming Prof. Dr. Christoph von Praun Georg-Simon-Ohm University of Applied Sciences Nuremberg, Germany This is an advanced class on multiprocessor programming. The class gives an introduction to principles of concurrent objects and the notion of different progress guarantees that concurrent computations can have. The focus of this class is on non-blocking computations, i.e. concurrent programs that do not make use of locks. We discuss the implementation of practical non-blocking data structures in detail. 1st class: Introduction to concurrent objects 2nd class: Principles of non-blocking synchronization 3rd class: Concurrent queues Brief Bio of Christoph von Praun Christoph worked on a variety of analysis techniques and runtime platforms for parallel programs. Hist most recent research studies programming models and tools that support transactional synchronization. In prior work, which he also did at the IBM T.J. Watson Research Center in Yorktown Height...

  12. Professionalism of Lecturers at Faculty of Education

    Science.gov (United States)

    Tangkere, T. F. S.; Langitan, F. W.; Maukar, S. M. D.; Roring, R. F.

    2018-02-01

    The main objective of this research was to get the picture pertaining to the professionalization of Lecturers at Faculty of Education in Manado State University, Indonesia. The research method was naturalistic inquiry with qualitative approach. The research techniques were: deep interview, participative observation and document study. The data were analyzed by: data reduction, data display and conclusions, while the validation of data was done by four criteria, namely: credibility, transferability, dependability and conformability. The collecting procedure and data recording were done through observation and interviews. From the findings and conclusions, it can be identified that professionalization of Lecturers at Faculty of Education in Manado State University has been well processed. This can be proved by fulfillment of the minimum academic standard Ninety-one out of the total l12 lecturers has been certified. Based on conclusions, the researcher recommends that the teacher always develop their capability through increasing their academic qualification, self-development through attending educational trainings, conducting more research and publishing those researches through accredited journals. Dean of every Faculty and also execute supporting activities which will support self-development of the lectures and increase the budget for research of the lecturers.

  13. Multiobjective fuzzy stochastic linear programming problems with inexact probability distribution

    Energy Technology Data Exchange (ETDEWEB)

    Hamadameen, Abdulqader Othman [Optimization, Department of Mathematical Sciences, Faculty of Science, UTM (Malaysia); Zainuddin, Zaitul Marlizawati [Department of Mathematical Sciences, Faculty of Science, UTM (Malaysia)

    2014-06-19

    This study deals with multiobjective fuzzy stochastic linear programming problems with uncertainty probability distribution which are defined as fuzzy assertions by ambiguous experts. The problem formulation has been presented and the two solutions strategies are; the fuzzy transformation via ranking function and the stochastic transformation when α{sup –}. cut technique and linguistic hedges are used in the uncertainty probability distribution. The development of Sen’s method is employed to find a compromise solution, supported by illustrative numerical example.

  14. A comparative study of traditional lecture methods and interactive lecture methods in introductory geology courses for non-science majors at the college level

    Science.gov (United States)

    Hundley, Stacey A.

    In recent years there has been a national call for reform in undergraduate science education. The goal of this reform movement in science education is to develop ways to improve undergraduate student learning with an emphasis on developing more effective teaching practices. Introductory science courses at the college level are generally taught using a traditional lecture format. Recent studies have shown incorporating active learning strategies within the traditional lecture classroom has positive effects on student outcomes. This study focuses on incorporating interactive teaching methods into the traditional lecture classroom to enhance student learning for non-science majors enrolled in introductory geology courses at a private university. Students' experience and instructional preferences regarding introductory geology courses were identified from survey data analysis. The information gained from responses to the questionnaire was utilized to develop an interactive lecture introductory geology course for non-science majors. Student outcomes were examined in introductory geology courses based on two teaching methods: interactive lecture and traditional lecture. There were no significant statistical differences between the groups based on the student outcomes and teaching methods. Incorporating interactive lecture methods did not statistically improve student outcomes when compared to traditional lecture teaching methods. However, the responses to the survey revealed students have a preference for introductory geology courses taught with lecture and instructor-led discussions and students prefer to work independently or in small groups. The results of this study are useful to individuals who teach introductory geology courses and individuals who teach introductory science courses for non-science majors at the college level.

  15. Audio-Tutorial Versus Conventional Lecture-Laboratory Instruction in a University Animal Biology Course.

    Science.gov (United States)

    Rowsey, Robert E.

    The purpose of this study was to analyze two methods of instruction used in an animal biology course. One group of students, the experimental group, was taught using an audio-tutorial program, and another group, the control group, was taught using the conventional lecture-laboratory method. Pretest and posttest data were collected from achievement…

  16. Lecture on Female Masturbation Harassed Him, Male Student Says.

    Science.gov (United States)

    Wilson, Robin

    1995-01-01

    A male student in a California State University-Sacramento psychology lecture on female masturbation has filed a sexual harassment complaint, claiming the lecture violated institutional policy by creating an intimidating, hostile, and offensive learning environment. He felt the lecture was inappropriately graphic and political in intent. (MSE)

  17. Lecture capture: enhancing learning through technology at the Kent State University College of Podiatric Medicine.

    Science.gov (United States)

    DiBacco, Priscilla M; Hetherington, Vincent J; Putman, David

    2012-01-01

    The intent of this research was to evaluate the Mediasite lecture capture system at the Kent State University College of Podiatric Medicine (formerly the Ohio College of Podiatric Medicine) to determine the acceptance, use and benefits to both students and faculty and to identify any concerns, limitations, and suggestions for expansion. There is extreme debate on the effect of lecture capture on student attendance included in the research. Two surveys were compiled, one each for students and faculty. These were distributed by email to the entire student body and all full-time and part-time faculty. Responses were voluntary. The questions sought to identify the priorities of the participant, reasons for viewing lectures compiled by course, to assess any effect on class attendance and to evaluate the ease and use of the technical function. There was also a section for subjective responses and suggestions. The tabulations proved a very high use of the program with the most important reason being to prepare for exams. The question of class attendance is still open to interpretation. Technically, the Mediasite system was ranked easy to use by both groups. The results of this survey confirm the concept of lecture capture as an integral segment of advanced education. Though this system should not replace class attendance, it is a vital supplement to course work and study. By reviewing all of the components of the survey those who may have concerns on its effectiveness are also aware of the advantages. The results of this study met all the objectives to evaluate use and obtain viewpoints to improve and expand the program.

  18. Lectures on strings and dualities

    International Nuclear Information System (INIS)

    Vafa, C.

    1997-01-01

    In this set of lectures I review recent developments in string theory emphasizing their non-perturbative aspects and their recently discovered duality symmetries. The goal of the lectures is to make the recent exciting developments in string theory accessible to those with no previous background in string theory who wish to join the research effort in this area. Topics covered include a brief review of string theory, its compactifications, solitons and D-branes, black hole entropy and wed of string dualities. (author)

  19. Jubilee Lecture

    Indian Academy of Sciences (India)

    2017-08-07

    Aug 7, 2017 ... E up V As a \\ Nipio with students, teachers and researchers in India. Nsp1 Nup8C Nup57. Nup57. Nup145N. High tea will be served after the lecture. For details contact: M. Ananth, Molecular Biophysics Unit, Indian Institute of Science. Email: ananthmuthiah Ogmail.com/ananthmOmbu..iscernet.in Mob. 984 ...

  20. Chromosome structures: reduction of certain problems with unequal gene content and gene paralogs to integer linear programming.

    Science.gov (United States)

    Lyubetsky, Vassily; Gershgorin, Roman; Gorbunov, Konstantin

    2017-12-06

    Chromosome structure is a very limited model of the genome including the information about its chromosomes such as their linear or circular organization, the order of genes on them, and the DNA strand encoding a gene. Gene lengths, nucleotide composition, and intergenic regions are ignored. Although highly incomplete, such structure can be used in many cases, e.g., to reconstruct phylogeny and evolutionary events, to identify gene synteny, regulatory elements and promoters (considering highly conserved elements), etc. Three problems are considered; all assume unequal gene content and the presence of gene paralogs. The distance problem is to determine the minimum number of operations required to transform one chromosome structure into another and the corresponding transformation itself including the identification of paralogs in two structures. We use the DCJ model which is one of the most studied combinatorial rearrangement models. Double-, sesqui-, and single-operations as well as deletion and insertion of a chromosome region are considered in the model; the single ones comprise cut and join. In the reconstruction problem, a phylogenetic tree with chromosome structures in the leaves is given. It is necessary to assign the structures to inner nodes of the tree to minimize the sum of distances between terminal structures of each edge and to identify the mutual paralogs in a fairly large set of structures. A linear algorithm is known for the distance problem without paralogs, while the presence of paralogs makes it NP-hard. If paralogs are allowed but the insertion and deletion operations are missing (and special constraints are imposed), the reduction of the distance problem to integer linear programming is known. Apparently, the reconstruction problem is NP-hard even in the absence of paralogs. The problem of contigs is to find the optimal arrangements for each given set of contigs, which also includes the mutual identification of paralogs. We proved that these

  1. Optimization of refinery product blending by using linear programming

    International Nuclear Information System (INIS)

    Ristikj, Julija; Tripcheva-Trajkovska, Loreta; Rikaloski, Ice; Markovska, Liljana

    1999-01-01

    The product slate of a simple refinery consists mainly of liquefied petroleum gas, leaded and unleaded gasoline, jet fuel, diesel fuel, extra light heating oil and fuel oil. The quality of the oil products (fuels) for sale has to comply with the adopted standards for liquid fuels, and the produced quantities have to be comply with the market needs. The oil products are manufactured by blending two or more different fractions which quantities and physical-chemical properties depend on the crude oil type, the way and conditions of processing, and at the same time the fractions are used to blend one or more products. It is in producer's interest to do the blending in an optimal way, namely, to satisfy the requirements for the oil products quality and quantity with a maximal usage of the available fractions and, of course, with a maximal profit out of the sold products. This could be accomplished by applying linear programming, that is by using a linear model for oil products blending optimization. (Author)

  2. How to Use Linear Programming for Information System Performances Optimization

    Directory of Open Access Journals (Sweden)

    Hell Marko

    2014-09-01

    Full Text Available Background: Organisations nowadays operate in a very dynamic environment, and therefore, their ability of continuously adjusting the strategic plan to the new conditions is a must for achieving their strategic objectives. BSC is a well-known methodology for measuring performances enabling organizations to learn how well they are doing. In this paper, “BSC for IS” will be proposed in order to measure the IS impact on the achievement of organizations’ business goals. Objectives: The objective of this paper is to present the original procedure which is used to enhance the BSC methodology in planning the optimal targets of IS performances value in order to maximize the organization's effectiveness. Methods/Approach: The method used in this paper is the quantitative methodology - linear programming. In the case study, linear programming is used for optimizing organization’s strategic performance. Results: Results are shown on the example of a case study national park. An optimal performance value for the strategic objective has been calculated, as well as an optimal performance value for each DO (derived objective. Results are calculated in Excel, using Solver Add-in. Conclusions: The presentation of methodology through the case study of a national park shows that this methodology, though it requires a high level of formalisation, provides a very transparent performance calculation.

  3. Fault detection and initial state verification by linear programming for a class of Petri nets

    Science.gov (United States)

    Rachell, Traxon; Meyer, David G.

    1992-01-01

    The authors present an algorithmic approach to determining when the marking of a LSMG (live safe marked graph) or a LSFC (live safe free choice) net is in the set of live safe markings M. Hence, once the marking of a net is determined to be in M, then if at some time thereafter the marking of this net is determined not to be in M, this indicates a fault. It is shown how linear programming can be used to determine if m is an element of M. The worst-case computational complexity of each algorithm is bounded by the number of linear programs necessary to compute.

  4. Stochastic Processes and Random Matrices : Lecture Notes of the Les Houches Summer School : Session CIV

    CERN Document Server

    Altland, Alexander; Fyodorov, Yan V; O'Connell, Neil; Cugliandolo, Leticia F

    2017-01-01

    Many of the distinctive and useful phenomena of soft matter come from its interaction with interfaces. Examples are the peeling of a strip of adhesive tape, the coating of a surface, the curling of a fiber via capillary forces, or the collapse of a porous sponge. These interfacial phenomena are distinct from the intrinsic behavior of a soft material like a gel or a microemulsion. Yet many forms of interfacial phenomena can be understood via common principles valid for many forms of soft matter. Our goal in organizing this school was to give students a grasp of these common principles and their many ramifications and possibilities. The Les Houches Summer School comprised over fifty 90-minute lectures over four weeks. Four four-lecture courses by Howard Stone, Michael Cates, David Nelson and L. Mahadevan served as an anchor for the program. A number of shorter courses and seminars rounded out the school. This volume collects the lecture notes of the school.

  5. Evaluation of a complementary cyber education program for a pathophysiology class.

    Science.gov (United States)

    Yoo, Ji-Soo; Ryue, Sook-Hee; Lee, Jung Eun; Ahn, Jeong-Ah

    2009-12-01

    The goal of this study was to develop and evaluate a complementary cyber education program for a required pathophysiology class for nursing students. The cyber education program comprised electronic bulletin boards, correspondence material storage, an announcement section, a report submission section, reference sites, and statistics on learning rates. Twelve online lectures complemented five lectures in the classroom. To evaluate the course's educational effectiveness, we performed an online objective questionnaire and an open questionnaire survey anonymously, and compared the complementary cyber education program with traditional classroom education. The complementary cyber education program effected significant improvements in scores for importance with regard to major, clarity of goals and education plans for courses, professor readiness, preciseness and description of lectures, amount and efficiency of assignments, and fairness in appraisal standards compared with the traditional classroom education group. This study indicates that a complementary cyber education program provides nursing students with the flexibility of time and space, the newest information through updated lectures, efficient motivational aids through intimacy between the lecturer and students, and concrete and meaningful tasks. The complementary cyber education course also increased student effort toward studying and student satisfaction with the class.

  6. Optimal traffic control in highway transportation networks using linear programming

    KAUST Repository

    Li, Yanning

    2014-06-01

    This article presents a framework for the optimal control of boundary flows on transportation networks. The state of the system is modeled by a first order scalar conservation law (Lighthill-Whitham-Richards PDE). Based on an equivalent formulation of the Hamilton-Jacobi PDE, the problem of controlling the state of the system on a network link in a finite horizon can be posed as a Linear Program. Assuming all intersections in the network are controllable, we show that the optimization approach can be extended to an arbitrary transportation network, preserving linear constraints. Unlike previously investigated transportation network control schemes, this framework leverages the intrinsic properties of the Halmilton-Jacobi equation, and does not require any discretization or boolean variables on the link. Hence this framework is very computational efficient and provides the globally optimal solution. The feasibility of this framework is illustrated by an on-ramp metering control example.

  7. 45 CFR 73.735-706 - Teaching, lecturing, and speechmaking.

    Science.gov (United States)

    2010-10-01

    ... 45 Public Welfare 1 2010-10-01 2010-10-01 false Teaching, lecturing, and speechmaking. 73.735-706... OF CONDUCT Outside Activities § 73.735-706 Teaching, lecturing, and speechmaking. (a) Employees are encouraged to engage in teaching and lecturing activities which are not part of their official duties when...

  8. Solving the Fully Fuzzy Bilevel Linear Programming Problem through Deviation Degree Measures and a Ranking Function Method

    OpenAIRE

    Aihong Ren

    2016-01-01

    This paper is concerned with a class of fully fuzzy bilevel linear programming problems where all the coefficients and decision variables of both objective functions and the constraints are fuzzy numbers. A new approach based on deviation degree measures and a ranking function method is proposed to solve these problems. We first introduce concepts of the feasible region and the fuzzy optimal solution of a fully fuzzy bilevel linear programming problem. In order to obtain a fuzzy optimal solut...

  9. Academic Training: Summer Student Lecture Programme

    CERN Multimedia

    2004-01-01

    Main Auditorium, bldg. 500 DATE TIME LECTURER TITLE Monday 19 July 09:15 - 10:00 A. PICH (IFIC) The Standard Model (1/8) 10:15 - 11:00 O. ULLALAND (CERN) Detectors (2/5) 11:15 - 12:00 O. ULLALAND (CERN) Detectors (3/5) DATE TIME LECTURER TITLE Tuesday 20 July 09:15 - 10:00 A. PICH (IFIC) The Standard Model (2/8) 10:15 - 11:00 O. ULLALAND (CERN) Detectors (4/5) 11:15 - 12:00 O. ULLALAND (CERN) A. PICH (IFIC) Discussion Session DATE TIME LECTURER TITLE Wednesday 21 July 09:15 - 10:00 A. PICH (IFIC) The Standard Model (3/8) 10:15 - 11:00 A. PICH (IFIC) The Standard Model (4/8) 11:15 - 12:00 O. ULLALAND (CERN) Detectors (5/5) 14:00 - 15:00 R. BRUN (CERN) ROOT: Introduction and Demonstration DATE TIME LECTURER TITLE Thursday 22 July 09:15 - 10:00 A. PICH (IFIC) The Standard Model (5/8) 10:15 - 11:00 C. De La Taille (Laboratoire de l'Accélérateur Linéaire) Introduction to Electronics (1/3) 11:15 - 12:00 A. PICH (IFIC) C. De La Taille (Laboratoi...

  10. "But They Won't Come to Lectures..." The Impact of Audio Recorded Lectures on Student Experience and Attendance

    Science.gov (United States)

    Larkin, Helen E.

    2010-01-01

    The move to increasingly flexible platforms for student learning and experience through provision of online lecture recordings is often interpreted by educators as students viewing attendance at lectures as optional. The trend toward the use of this technology is often met with resistance from some academic staff who argue that student attendance…

  11. Students' Perception of Live Lectures' Inherent Disadvantages

    Science.gov (United States)

    Petrovic, Juraj; Pale, Predrag

    2015-01-01

    This paper aims to provide insight into various properties of live lectures from the perspective of sophomore engineering students. In an anonymous online survey conducted at the Faculty of Electrical Engineering and Computing, University of Zagreb, we investigated students' opinions regarding lecture attendance, inherent disadvantages of live…

  12. Enhancing the Lecture: Revitalizing the Traditional Format.

    Science.gov (United States)

    Bonwell, Charles C.

    1996-01-01

    The traditional lecture format of college courses can be enhanced by including active learning designed to further course goals of learning knowledge, developing skills, or fostering attitudes. Techniques suggested include using pauses, short writing periods, think-pair-share activities, formative quizzes, lecture summaries, and several assessment…

  13. The Use of Blog as Supporting Media for Competence of Lecturer

    Directory of Open Access Journals (Sweden)

    Anne Ratnasari

    2015-12-01

    Full Text Available Competence is one of the important parts of brand study, while brand it is a part of the marketing that has an important position by selling product and services. So brand itself not only for the company, it can also manage individual brands, public figures, and lecturer. This research aimed for determining the use of blogs as a medium to support the competence of lecturers from the aspect trustworthiness, commitment, ability to develop themselves practicing a profession, and a limiting factor in building the competence of lecturers. This research uses a qualitative approach with a single case study through observation, interviews, focus group discussions, and literature. The study found that lecturer use blogs to share lectures, ideas about contemporary events, and upload Islamic articles. Lecturer assessed reliably, because the lecturer writing on a blog is the result of his work, and a lot of consultation requests from various circles. The lecturer is committed to making a change for the better in every way when communicating via blog to maintain conformity with the words of his behavior, and lecturer has the ability to develop themselves in their profession as a lecturer, that gives him the strength to continue working.

  14. Solving a class of generalized fractional programming problems using the feasibility of linear programs.

    Science.gov (United States)

    Shen, Peiping; Zhang, Tongli; Wang, Chunfeng

    2017-01-01

    This article presents a new approximation algorithm for globally solving a class of generalized fractional programming problems (P) whose objective functions are defined as an appropriate composition of ratios of affine functions. To solve this problem, the algorithm solves an equivalent optimization problem (Q) via an exploration of a suitably defined nonuniform grid. The main work of the algorithm involves checking the feasibility of linear programs associated with the interesting grid points. It is proved that the proposed algorithm is a fully polynomial time approximation scheme as the ratio terms are fixed in the objective function to problem (P), based on the computational complexity result. In contrast to existing results in literature, the algorithm does not require the assumptions on quasi-concavity or low-rank of the objective function to problem (P). Numerical results are given to illustrate the feasibility and effectiveness of the proposed algorithm.

  15. Recently Published Lectures and Tutorials for ATLAS

    CERN Multimedia

    J. Herr

    2006-01-01

    As reported in the September 2004 ATLAS eNews, the Web Lecture Archive Project, a collaboration between the University of Michigan and CERN, has developed a synchronized system for recording and publishing educational multimedia presentations, using the Web as medium. The current system, including future developments for the project and the field in general, was recently presented at the CHEP 2006 conference in Mumbai, India. The relevant presentations and papers can be found here: The Web Lecture Archive Project A Web Lecture Capture System with Robotic Speaker Tracking This year, the University of Michigan team has been asked to record and publish all ATLAS Plenary sessions, as well as a large number of Physics and Computing tutorials. A significant amount of this material has already been published and can be accessed via the links below. All lectures can be viewed on any major platform with any common internet browser, either via streaming or local download (for limited bandwidth). Please enjoy the l...

  16. Recently Published Lectures and Tutorials for ATLAS

    CERN Multimedia

    Goldfarb, S.

    2006-01-01

    As reported in the September 2004 ATLAS eNews, the Web Lecture Archive Project, WLAP, a collaboration between the University of Michigan and CERN, has developed a synchronized system for recording and publishing educational multimedia presentations, using the Web as medium. The current system, including future developments for the project and the field in general, was recently presented at the CHEP 2006 conference in Mumbai, India. The relevant presentations and papers can be found here: The Web Lecture Archive Project. A Web Lecture Capture System with Robotic Speaker Tracking This year, the University of Michigan team has been asked to record and publish all ATLAS Plenary sessions, as well as a large number of Physics and Computing tutorials. A significant amount of this material has already been published and can be accessed via the links below. All lectures can be viewed on any major platform with any common internet browser, either via streaming or local download (for limited bandwidth). Please e...

  17. Dynamic e-learning modules for student lecture preparation

    Directory of Open Access Journals (Sweden)

    Timothy McIntyre

    2018-03-01

    Full Text Available We have developed and demonstrated the effectiveness of a set of online interactive learning modules to accompany physics courses at first- and second-year university levels. Students access the modules prior to attending lectures to familiarize themselves with content which is then discussed and reaffirmed in class. Student surveys and access data show that students were much more likely to use material presented in this form, rather than a textbook, when preparing for lectures given in an active learning format. The students found that interactive simulations, videos of problem-solving approaches prepared by course staff, and quick-check immediate feedback questions were all useful tools for lecture preparation–none of which are available when using a traditional textbook for lecture preparation.

  18. A linear program for assessing the assignment and scheduling of radioactive wastes for disposal to sea

    International Nuclear Information System (INIS)

    Hutchinson, W.

    1983-04-01

    The report takes the form of a user guide to a computer program using linear programming techniques to aid the assignment and scheduling of radioactive wastes for disposal to sea. The program is aimed at the identification of 'optimum' amounts of each waste stream for disposal to sea without violating specific constraints values and/or fairness parameters. (author)

  19. Lectures in the history of mathematics

    CERN Document Server

    Bos, Henk J M

    1993-01-01

    "[These lectures] are about themes of the history of mathematics which, for various reasons, are dear to me. The early differential and integral calculus, the work of Christiaan Huygens, and the concept of construction in seventeenth- and eighteenth-century mathematics are the three themes around which much of my research has concentrated and which continue to fascinate me by the insights they offer in the development of that special human activity called mathematics." -from the Introduction This volume contains eleven lectures ranging over a variety of topics in the history of mathematics. The lectures, presented between 1970 and 1987, were delivered in a variety of venues and appeared only in less accessible publications. Those who teach mathematics, as well as mathematics historians, will appreciate this insightful, wide-ranging book.

  20. An Interval-Parameter Fuzzy Linear Programming with Stochastic Vertices Model for Water Resources Management under Uncertainty

    Directory of Open Access Journals (Sweden)

    Yan Han

    2013-01-01

    Full Text Available An interval-parameter fuzzy linear programming with stochastic vertices (IFLPSV method is developed for water resources management under uncertainty by coupling interval-parameter fuzzy linear programming (IFLP with stochastic programming (SP. As an extension of existing interval parameter fuzzy linear programming, the developed IFLPSV approach has advantages in dealing with dual uncertainty optimization problems, which uncertainty presents as interval parameter with stochastic vertices in both of the objective functions and constraints. The developed IFLPSV method improves upon the IFLP method by allowing dual uncertainty parameters to be incorporated into the optimization processes. A hybrid intelligent algorithm based on genetic algorithm and artificial neural network is used to solve the developed model. The developed method is then applied to water resources allocation in Beijing city of China in 2020, where water resources shortage is a challenging issue. The results indicate that reasonable solutions have been obtained, which are helpful and useful for decision makers. Although the amount of water supply from Guanting and Miyun reservoirs is declining with rainfall reduction, water supply from the South-to-North Water Transfer project will have important impact on water supply structure of Beijing city, particularly in dry year and extraordinary dry year.

  1. A Unique Technique to get Kaprekar Iteration in Linear Programming Problem

    Science.gov (United States)

    Sumathi, P.; Preethy, V.

    2018-04-01

    This paper explores about a frivolous number popularly known as Kaprekar constant and Kaprekar numbers. A large number of courses and the different classroom capacities with difference in study periods make the assignment between classrooms and courses complicated. An approach of getting the minimum value of number of iterations to reach the Kaprekar constant for four digit numbers and maximum value is also obtained through linear programming techniques.

  2. Eight lectures on theoretical physics

    CERN Document Server

    Planck, Max

    1997-01-01

    In 1909 the great German physicist and Nobel Prize winner Max Planck (1858-1947) delivered a series of eight lectures at Columbia University giving a fascinating overview of the new state of physics, which he had played a crucial role in bringing about. The first, third, fifth, and sixth lectures present his account of the revolutionary developments occasioned when he first applied the quantum hypothesis to blackbody radiation. The reader is given an invaluable opportunity to witness Planck's thought processes both on the level of philosophical principles as well as their application to physi

  3. Laboratory Activity Worksheet to Train High Order Thinking Skill of Student on Surface Chemistry Lecture

    Science.gov (United States)

    Yonata, B.; Nasrudin, H.

    2018-01-01

    A worksheet has to be a set with activity which is help students to arrange their own experiments. For this reason, this research is focused on how to train students’ higher order thinking skills in laboratory activity by developing laboratory activity worksheet on surface chemistry lecture. To ensure that the laboratory activity worksheet already contains aspects of the higher order thinking skill, it requires theoretical and empirical validation. From the data analysis results, it shows that the developed worksheet worth to use. The worksheet is worthy of theoretical and empirical feasibility. This conclusion is based on the findings: 1) Assessment from the validators about the theoretical feasibility aspects in the category is very feasible with an assessment range of 95.24% to 97.92%. 2) students’ higher thinking skill from N Gain values ranges from 0.50 (enough) to 1.00 (high) so it can be concluded that the laboratory activity worksheet on surface chemistry lecture is empirical in terms of worth. The empirical feasibility is supported by the responses of the students in very reasonable categories. It is expected that the laboratory activity worksheet on surface chemistry lecture can train students’ high order thinking skills for students who program surface chemistry lecture.

  4. LPmerge: an R package for merging genetic maps by linear programming.

    Science.gov (United States)

    Endelman, Jeffrey B; Plomion, Christophe

    2014-06-01

    Consensus genetic maps constructed from multiple populations are an important resource for both basic and applied research, including genome-wide association analysis, genome sequence assembly and studies of evolution. The LPmerge software uses linear programming to efficiently minimize the mean absolute error between the consensus map and the linkage maps from each population. This minimization is performed subject to linear inequality constraints that ensure the ordering of the markers in the linkage maps is preserved. When marker order is inconsistent between linkage maps, a minimum set of ordinal constraints is deleted to resolve the conflicts. LPmerge is on CRAN at http://cran.r-project.org/web/packages/LPmerge. © The Author 2014. Published by Oxford University Press. All rights reserved. For Permissions, please e-mail: journals.permissions@oup.com.

  5. The MARX Modulator Development Program for the International Linear Collider

    International Nuclear Information System (INIS)

    Leyh, G.E.

    2006-01-01

    The International Linear Collider (ILC) Marx Modulator Development Program at SLAC is working towards developing a full-scale ILC Marx ''Reference Design'' modulator prototype, with the goal of significantly reducing the size and cost of the ILC modulator while improving overall modulator efficiency and availability. The ILC Reference Design prototype will provide a proof-of-concept model to industry in advance of Phase II SBIR funding, and also allow operation of the new 10MW L-Band Klystron prototypes immediately upon their arrival at SLAC

  6. Marginal cost of electricity conservation: an application of linear program

    International Nuclear Information System (INIS)

    Silveira, A.M. da; Hollanda, J.B. de

    1987-01-01

    This paper is addressed ti the planning of electricity industry when the use of energetically efficient appliances (conservation) is financed by the utilities. It is based on the Linear Programming Model proposed by Masse and Boiteaux for planning of conventional energy sources, where one unity of electricity (Kw/Kw h) saved is treated as if it were a generator of equivalent size. In spite of the formal simplicity of the models it can support interesting concessions on the subject of a electrical energy conservation policy. (author)

  7. Medical students' perceptions of video-linked lectures and video-streaming

    Directory of Open Access Journals (Sweden)

    Karen Mattick

    2010-12-01

    Full Text Available Video-linked lectures allow healthcare students across multiple sites, and between university and hospital bases, to come together for the purposes of shared teaching. Recording and streaming video-linked lectures allows students to view them at a later date and provides an additional resource to support student learning. As part of a UK Higher Education Academy-funded Pathfinder project, this study explored medical students' perceptions of video-linked lectures and video-streaming, and their impact on learning. The methodology involved semi-structured interviews with 20 undergraduate medical students across four sites and five year groups. Several key themes emerged from the analysis. Students generally preferred live lectures at the home site and saw interaction between sites as a major challenge. Students reported that their attendance at live lectures was not affected by the availability of streamed lectures and tended to be influenced more by the topic and speaker than the technical arrangements. These findings will inform other educators interested in employing similar video technologies in their teaching.Keywords: video-linked lecture; video-streaming; student perceptions; decisionmaking; cross-campus teaching.

  8. Training of Trainers (ToT) Program in Team Teaching

    Science.gov (United States)

    Febrianti, Werry; Wiryanto, Leo Hari

    2018-01-01

    The first year students in Sumatera Institute of Technology (ITERA) follow the first year program (TPB). They will learn about mathematics, physics, chemistry, and all of the basic subjects that they need for learning in ITERA. They will study in the big classrooms with different background department of their friends. This situation makes the lectures become more challenging in teaching their lessons. Besides the classrooms, the experience of the lecturers is still need to be improved because the lecturers are young and less of experience in teaching so that they need guidance from their senior lecturer. Because of that situation, Training of Trainers (ToT) program in team teaching is one of the solution that can increase the young lecturers’s ability so that they can teach well in the massal conditions of the classrooms. ToT program in team teaching indicated the better result than regular teaching.

  9. Life cycle cost optimization of biofuel supply chains under uncertainties based on interval linear programming.

    Science.gov (United States)

    Ren, Jingzheng; Dong, Liang; Sun, Lu; Goodsite, Michael Evan; Tan, Shiyu; Dong, Lichun

    2015-01-01

    The aim of this work was to develop a model for optimizing the life cycle cost of biofuel supply chain under uncertainties. Multiple agriculture zones, multiple transportation modes for the transport of grain and biofuel, multiple biofuel plants, and multiple market centers were considered in this model, and the price of the resources, the yield of grain and the market demands were regarded as interval numbers instead of constants. An interval linear programming was developed, and a method for solving interval linear programming was presented. An illustrative case was studied by the proposed model, and the results showed that the proposed model is feasible for designing biofuel supply chain under uncertainties. Copyright © 2015 Elsevier Ltd. All rights reserved.

  10. Lecture classes in human anatomy: the students' perceptions.

    Science.gov (United States)

    Kar, Maitreyee; Roy, Hironmoy; Ghosh, Anasuya; Tapadar, Arunabha; Chowdhury, Subhramoy; Mukherjee, Pranab; Jana, Tapan Kumar

    2013-06-01

    The human anatomy, or in brief, the body structure has fascinated man for ages. Due to the information explosion and the increase in specializations, this knowledge is available in a very sketchy manner in high school biology courses. The first comprehensive course on the human anatomy is taught to the first year medical students in medical colleges. This is in keeping with the regulations of the Medical Council of India. The anatomy lecture classes occupy a considerable time of the course, to provide the students with an effective knowledge of the gross anatomy, histology, embryology and the clinical anatomy. On the other hand, the students' feedback regarding the lecture methods and the teaching environment is crucial in judging the efficacy of the present curriculum. To obtain the students' feedback about the environment of the lecture classes, as regards the venue, the teaching and learning aids which are used, the lecture class schedule of the university (the number of classes per week, the durations of the lecture classes, etc.) and the existing departmental practices (display of the class routine in advance, synchronization between the lecture and the practical classes), so that their suggestions could help the faculty in planning the most effective teaching procedures. A semi structured questionnaire was supplied to the students to get their feedback. Most of the students found the air conditioned seminar room's environment to be more comfortable and they supported the existing durations of the lecture hours with the combined use of chalk and a board and overhead projectors (OHPs). The perceptions of the learners helped in modifying the departmental practice in the desired way.

  11. A primal-dual exterior point algorithm for linear programming problems

    Directory of Open Access Journals (Sweden)

    Samaras Nikolaos

    2009-01-01

    Full Text Available The aim of this paper is to present a new simplex type algorithm for the Linear Programming Problem. The Primal - Dual method is a Simplex - type pivoting algorithm that generates two paths in order to converge to the optimal solution. The first path is primal feasible while the second one is dual feasible for the original problem. Specifically, we use a three-phase-implementation. The first two phases construct the required primal and dual feasible solutions, using the Primal Simplex algorithm. Finally, in the third phase the Primal - Dual algorithm is applied. Moreover, a computational study has been carried out, using randomly generated sparse optimal linear problems, to compare its computational efficiency with the Primal Simplex algorithm and also with MATLAB's Interior Point Method implementation. The algorithm appears to be very promising since it clearly shows its superiority to the Primal Simplex algorithm as well as its robustness over the IPM algorithm.

  12. Portfolio selection problem: a comparison of fuzzy goal programming and linear physical programming

    Directory of Open Access Journals (Sweden)

    Fusun Kucukbay

    2016-04-01

    Full Text Available Investors have limited budget and they try to maximize their return with minimum risk. Therefore this study aims to deal with the portfolio selection problem. In the study two criteria are considered which are expected return, and risk. In this respect, linear physical programming (LPP technique is applied on Bist 100 stocks to be able to find out the optimum portfolio. The analysis covers the period April 2009- March 2015. This period is divided into two; April 2009-March 2014 and April 2014 – March 2015. April 2009-March 2014 period is used as data to find an optimal solution. April 2014-March 2015 period is used to test the real performance of portfolios. The performance of the obtained portfolio is compared with that obtained from fuzzy goal programming (FGP. Then the performances of both method, LPP and FGP are compared with BIST 100 in terms of their Sharpe Indexes. The findings reveal that LPP for portfolio selection problem is a good alternative to FGP.

  13. Optimal placement of capacitors in a radial network using conic and mixed integer linear programming

    Energy Technology Data Exchange (ETDEWEB)

    Jabr, R.A. [Electrical, Computer and Communication Engineering Department, Notre Dame University, P.O. Box: 72, Zouk Mikhael, Zouk Mosbeh (Lebanon)

    2008-06-15

    This paper considers the problem of optimally placing fixed and switched type capacitors in a radial distribution network. The aim of this problem is to minimize the costs associated with capacitor banks, peak power, and energy losses whilst satisfying a pre-specified set of physical and technical constraints. The proposed solution is obtained using a two-phase approach. In phase-I, the problem is formulated as a conic program in which all nodes are candidates for placement of capacitor banks whose sizes are considered as continuous variables. A global solution of the phase-I problem is obtained using an interior-point based conic programming solver. Phase-II seeks a practical optimal solution by considering capacitor sizes as discrete variables. The problem in this phase is formulated as a mixed integer linear program based on minimizing the L1-norm of deviations from the phase-I state variable values. The solution to the phase-II problem is obtained using a mixed integer linear programming solver. The proposed method is validated via extensive comparisons with previously published results. (author)

  14. Fuzzy chance constrained linear programming model for scrap charge optimization in steel production

    DEFF Research Database (Denmark)

    Rong, Aiying; Lahdelma, Risto

    2008-01-01

    the uncertainty based on fuzzy set theory and constrain the failure risk based on a possibility measure. Consequently, the scrap charge optimization problem is modeled as a fuzzy chance constrained linear programming problem. Since the constraints of the model mainly address the specification of the product...

  15. A new neural network model for solving random interval linear programming problems.

    Science.gov (United States)

    Arjmandzadeh, Ziba; Safi, Mohammadreza; Nazemi, Alireza

    2017-05-01

    This paper presents a neural network model for solving random interval linear programming problems. The original problem involving random interval variable coefficients is first transformed into an equivalent convex second order cone programming problem. A neural network model is then constructed for solving the obtained convex second order cone problem. Employing Lyapunov function approach, it is also shown that the proposed neural network model is stable in the sense of Lyapunov and it is globally convergent to an exact satisfactory solution of the original problem. Several illustrative examples are solved in support of this technique. Copyright © 2017 Elsevier Ltd. All rights reserved.

  16. Academic Training Lecture: Statistical Methods for Particle Physics

    CERN Multimedia

    PH Department

    2012-01-01

    2, 3, 4 and 5 April 2012 Academic Training Lecture  Regular Programme from 11:00 to 12:00 -  Bldg. 222-R-001 - Filtration Plant Statistical Methods for Particle Physics by Glen Cowan (Royal Holloway) The series of four lectures will introduce some of the important statistical methods used in Particle Physics, and should be particularly relevant to those involved in the analysis of LHC data. The lectures will include an introduction to statistical tests, parameter estimation, and the application of these tools to searches for new phenomena.  Both frequentist and Bayesian methods will be described, with particular emphasis on treatment of systematic uncertainties.  The lectures will also cover unfolding, that is, estimation of a distribution in binned form where the variable in question is subject to measurement errors.

  17. Residency program characteristics that are associated with pass rate of the American Board of Pediatrics certifying exam.

    Science.gov (United States)

    Atsawarungruangkit, Amporn

    2015-01-01

    The US is home to almost 200 pediatrics residency programs; despite this, there is little information about the relationship between program characteristics and performance in the American Board of Pediatrics (ABP) certifying exam. To evaluate the relationship between pass rate of the ABP certifying exam with the characteristics of categorical pediatrics residency programs. This retrospective, cross-sectional study used publicly available data from the ABP website and the Fellowship and Residency Electronic Interactive Database. All programs that reported pass rates were included. The analysis, comprising univariate and multivariate linear regression, involved determining how 69 factors (eg, general information, number of faculty and trainees, work schedule, educational environment) related to the pass rate. Of 199 programs, 194 reported pass rates. The univariate analysis revealed 20 program characteristics with P-values program characteristics: ratio of full-time equivalent paid faculty to positions, percentage of US medical graduates, and average hours per week of regularly scheduled lectures or conferences. Unlike in previous studies, location and program size were not significantly associated with the pass rate in this multivariate analysis. The finding regarding the ratio of full-time equivalent paid faculty to positions highlighted the benefits of a well-supervised training environment, while that regarding the percentage of US medical graduates indicated the necessity of high competition in residency programs. Finally, longer hours per week of regularly scheduled lectures or conferences were associated with better academic outcomes, both statistically and intuitively.

  18. Solving the Fully Fuzzy Bilevel Linear Programming Problem through Deviation Degree Measures and a Ranking Function Method

    Directory of Open Access Journals (Sweden)

    Aihong Ren

    2016-01-01

    Full Text Available This paper is concerned with a class of fully fuzzy bilevel linear programming problems where all the coefficients and decision variables of both objective functions and the constraints are fuzzy numbers. A new approach based on deviation degree measures and a ranking function method is proposed to solve these problems. We first introduce concepts of the feasible region and the fuzzy optimal solution of a fully fuzzy bilevel linear programming problem. In order to obtain a fuzzy optimal solution of the problem, we apply deviation degree measures to deal with the fuzzy constraints and use a ranking function method of fuzzy numbers to rank the upper and lower level fuzzy objective functions. Then the fully fuzzy bilevel linear programming problem can be transformed into a deterministic bilevel programming problem. Considering the overall balance between improving objective function values and decreasing allowed deviation degrees, the computational procedure for finding a fuzzy optimal solution is proposed. Finally, a numerical example is provided to illustrate the proposed approach. The results indicate that the proposed approach gives a better optimal solution in comparison with the existing method.

  19. What Predicts Skill in Lecture Note Taking?

    Science.gov (United States)

    Peverly, Stephen T.; Ramaswamy, Vivek; Brown, Cindy; Sumowski, James; Alidoost, Moona; Garner, Joanna

    2007-01-01

    Despite the importance of good lecture notes to test performance, very little is known about the cognitive processes that underlie effective lecture note taking. The primary purpose of the 2 studies reported (a pilot study and Study 1) was to investigate 3 processes hypothesized to be significantly related to quality of notes: transcription…

  20. Software approach to minimizing problems of student-lecturer ...

    African Journals Online (AJOL)

    Lecturer Interaction in Higher institutions of learning. The Software was developed using PHP and hosted in the University web server, and the interaction between students and their lecturers was compared using both the traditional approaches ...

  1. Lecture Evaluations by Medical Students: Concepts That Correlate With Scores.

    Science.gov (United States)

    Jen, Aaron; Webb, Emily M; Ahearn, Bren; Naeger, David M

    2016-01-01

    The didactic lecture remains one of the most popular teaching formats in medical education; yet, factors that most influence lecturing success in radiology education are unknown. The purpose of this study is to identify patterns of narrative student feedback that are associated with relatively higher and lower evaluation scores. All student evaluations from our core radiology elective during 1 year were compiled. All evaluation comments were tagged, to identify discrete descriptive concepts. Correlation coefficients were calculated, for each tag with mean evaluation scores. Tags that were the most strongly associated with the highest- versus lowest-rated (> or < 1 SD) lectures were identified. A total of 3,262 comments, on 273 lectures, rated by 77 senior medical students, were analyzed. The mean lecture score was 8.96 ± 0.62. Three tags were significantly positively correlated with lecture score: "interactive"; "fun/engaging"; and "practical/important content" (r = 0.39, r = 0.34, and r = 0.32, respectively; all P < .001). More tags (n = 12) were significantly negatively correlated with score; the three tags with the strongest such correlation were: "not interactive"; "poorly structured or unevenly paced"; and "content too detailed or abundant" (r = -0.44, r = -0.39, and r = -0.36, respectively; all P < .001). Analysis of only the highest- and lowest-rated lectures yielded similar results. Several factors were identified that were strongly associated with lecture score. Among the actionable characteristics, interactive lectures with appropriately targeted content (ie, practical/useful) were the most highly rated. Copyright © 2016 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  2. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    14, 15 and 16 May REGULAR LECTURE PROGRAMME 14, 15 May from 10:00 to 12:00 hrs - Main Auditorium bldg. 500 16 May from 11:00 to 12:00 hrs - Council Chamber, bldg 503 Modern Signal Processing: Wavelets vs. Fourier M. Vetterli / EPFL, Lausanne, CH and UC Berkeley Wavelets have established themselves as an important tool in modern signal processing as well as in applied mathematics. This is linked to several facts, among others: New theoretical advances have been achieved, like new forms of 4 time-frequency bases for signal analysis. Efficient computational algorithms are available. Many applications either used similar ideas, like for example the concept of multiresolution, or took advantage of the unified framework provided by wavelets. This combination of elegant theory, efficient algorithms, and successful applications makes the field of wavelets and signal processing quite exciting. It is the purpose of these lectures to establish the theory necessary to understand wavelets and related constructions. A...

  3. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    14, 15 and 16 May REGULAR LECTURE PROGRAMME 14, 15 May from 10:00 to 12:00 hrs - Main Auditorium bldg. 500 16 May from 11:00 to 12:00 hrs - Council Chamber, bldg 503 Modern Signal Processing: Wavelets vs. Fourier M. Vetterli / EPFL, Lausanne, CH and UC Berkeley Wavelets have established themselves as an important tool in modern signal processing as well as in applied mathematics. This is linked to several facts, among others: i. New theoretical advances have been achieved, like new forms of 4 time-frequency bases for signal analysis. ii. Efficient computational algorithms are available. iii. Many applications either used similar ideas, like for example the concept of multiresolution, or took advantage of the unified framework provided by wavelets. This combination of elegant theory, efficient algorithms, and successful applications makes the field of wavelets and signal processing quite exciting. It is the purpose of these lectures to establish the theory necessary to understand wavelets and related construct...

  4. ACADEMIC TRAINING LECTURE

    CERN Multimedia

    Françoise Benz

    2002-01-01

    18, 19, 20, 21, 22 November LECTURE FOR POSTGRADUATE STUDENTS From 11:00 hrs - Main Auditorium bldg. 500 Telling the Truth with Statistics R. Barlow / Univ. of Manchester, UK This course of lectures will cover probability, distributions, fitting, errors and confidence levels, for practising High Energy Physicists who need to use Statistical techniques to express their results. Concentrating on these appropriate specialist techniques means that they can be covered in appropriate depth, while assuming only the knowledge and experience of a typical Particle Physicist. The different definitions of probability will be explained, and it will be appear why this basic subject is so controversial; there are several viewpoints and it is important to understand them all, rather than abusing the adherents of different beliefs. Distributions will be covered: the situations they arise in, their useful properties, and the amazing result of the Central Limit Theorem. Fitting a parametrisation to a set of data is one of the m...

  5. Globe: Lecture series

    CERN Multimedia

    2007-01-01

    The LHC: an accelerator of science This series of lectures is all about understanding the scientific and technological challenges of the phenomenal LHC project and assessing its innovations through their everyday applications. Come and take a sneak preview of the LHC! Communicate: the Grid, a computer of global dimensions François Grey, head of communication in CERN’s Information Technology Department How will it be possible for the 15 million billion bytes of data generated by the LHC every year to be handled and stored by a computer that doesn’t have to be the size of a skyscraper? The computer scientists have the answer: the Grid, which will harness the power of tens of thousands of computers all over the world by creating a network of computers and making them operate as one. >>> Lectures are free and require no specialist knowledge. In french. 
 >>> By reservation only: tel. +41 (0)22 767 76 76

  6. Confchem Conference on Flipped Classroom: Student Engagement with Flipped Chemistry Lectures

    Science.gov (United States)

    Seery, Michael K.

    2015-01-01

    This project introduces the idea of "flipped lecturing" to a group of second-year undergraduate students. The aim of flipped lecturing is to provide much of the "content delivery" of the lecture in advance, so that the lecture hour can be devoted to more in-depth discussion, problem solving, and so on. As well as development of…

  7. A penalization approach to linear programming duality with application to capacity constrained transport

    OpenAIRE

    Korman, Jonathan; McCann, Robert J.; Seis, Christian

    2013-01-01

    A new approach to linear programming duality is proposed which relies on quadratic penalization, so that the relation between solutions to the penalized primal and dual problems becomes affine. This yields a new proof of Levin's duality theorem for capacity-constrained optimal transport as an infinite-dimensional application.

  8. Short lecture series in sustainable product development

    DEFF Research Database (Denmark)

    McAloone, Tim C.

    2005-01-01

    Three lectures in sustainable product development models, methods and mindsets should give insight into the way of thinking about the environment when developing products. The first two lectures will guide you through: . Environmental problems in industry & life-cycle thinking . Professional...... methods for analysing and changing products’ environmental profiles . Sustainability as a driver for innovation...

  9. SOCIAL MEDIA USE AND PERCEPTION OF LIVE LECTURES BY MEDICAL STUDENTS

    Directory of Open Access Journals (Sweden)

    Nisha Narendran

    2017-02-01

    Full Text Available BACKGROUND The current generation is rightly described as generation M (edia highlighting the increasing time spent with media on any given day. The availability of mobiles and the absence of mobile jammers in lecture classes will seriously interfere with lecture attendance or concentration in lecture hours. We intend to take a survey on the level of social media use or use of smartphone for other non-academic uses by medical students during their lecture hours. We expect them to put forward their views as to how they perceive live lectures and what can be done to improve the effect of live lectures in this era of widespread and anytime media use. Aims of the study were- 1. To conduct a survey among medical students in preclinical postings regarding use of social media use during live lecture hours. 2. To assess their perception regarding conventional lecture duration and the factors, which could improve their concentration during lecture hours. MATERIALS AND METHODS A cross-sectional descriptive study was conducted among the participants. Approval was obtained from the Institutional Research Committee. All the 135 participants of the study were administered a semi-structured prevalidated questionnaire to assess their perception regarding live lecture and a survey regarding use of social media was taken. The collected data was entered into MS Excel and analysed using Epiinfo version 7. Percentages were used to quantify the results. Settings and Design- The study was conducted among third semester students attending pharmacology lectures in Government Medical College, Thrissur. RESULTS 77 (57% participants agreed of using social media regularly in lecture hours. Majority used it to chat or connect with friends and in gaming either because of addiction or to avoid boredom. They were a majority in opinion that the hot noon time lectures should be cut short in duration. They preferred the use of newer technology based methods to be adopted for

  10. An Interactive Method to Solve Infeasibility in Linear Programming Test Assembling Models

    Science.gov (United States)

    Huitzing, Hiddo A.

    2004-01-01

    In optimal assembly of tests from item banks, linear programming (LP) models have proved to be very useful. Assembly by hand has become nearly impossible, but these LP techniques are able to find the best solutions, given the demands and needs of the test to be assembled and the specifics of the item bank from which it is assembled. However,…

  11. Optimal blood glucose control in diabetes mellitus treatment using dynamic programming based on Ackerman’s linear model

    Science.gov (United States)

    Pradanti, Paskalia; Hartono

    2018-03-01

    Determination of insulin injection dose in diabetes mellitus treatment can be considered as an optimal control problem. This article is aimed to simulate optimal blood glucose control for patient with diabetes mellitus. The blood glucose regulation of diabetic patient is represented by Ackerman’s Linear Model. This problem is then solved using dynamic programming method. The desired blood glucose level is obtained by minimizing the performance index in Lagrange form. The results show that dynamic programming based on Ackerman’s Linear Model is quite good to solve the problem.

  12. The Science on Saturday Program at Princeton Plasma Physics Laboratory

    Science.gov (United States)

    Bretz, N.; Lamarche, P.; Lagin, L.; Ritter, C.; Carroll, D. L.

    1996-11-01

    The Science on Saturday Program at Princeton Plasma Physics Laboratory consists of a series of Saturday morning lectures on various topics in science by scientists, engineers, educators, and others with an interesting story. This program has been in existence for over twelve years and has been advertised to and primarily aimed at the high school level. Topics ranging from superconductivity to computer animation and gorilla conservation to pharmaceutical design have been covered. Lecturers from the staff of Princeton, Rutgers, AT and T, Bristol Meyers Squibb, and many others have participated. Speakers have ranged from Nobel prize winners, astronauts, industrialists, educators, engineers, and science writers. Typically, there are eight to ten lectures starting in January. A mailing list has been compiled for schools, science teachers, libraries, and museums in the Princeton area. For the past two years AT and T has sponsored buses for Trenton area students to come to these lectures and an effort has been made to publicize the program to these students. The series has been very popular, frequently overfilling the 300 seat PPPL auditorium. As a result, the lectures are videotaped and broadcast to a large screen TV for remote viewing. Lecturers are encouraged to interact with the audience and ample time is provided for questions.

  13. A comparison between linear and non-linear analysis of flexible pavements

    Energy Technology Data Exchange (ETDEWEB)

    Soleymani, H.R.; Berthelot, C.F.; Bergan, A.T. [Saskatchewan Univ., Saskatoon, SK (Canada). Dept. of Mechanical Engineering

    1995-12-31

    Computer pavement analysis programs, which are based on mathematical simulation models, were compared. The programs included in the study were: ELSYM5, an Elastic Linear (EL) pavement analysis program, MICH-PAVE, a Finite Element Non-Linear (FENL) and Finite Element Linear (FEL) pavement analysis program. To perform the analysis different tire pressures, pavement material properties and asphalt layer thicknesses were selected. Evaluation criteria used in the analysis were tensile strain in bottom of the asphalt layer, vertical compressive strain at the top of the subgrade and surface displacement. Results showed that FENL methods predicted more strain and surface deflection than the FEL and EL analysis methods. Analyzing pavements with FEL does not offer many advantages over the EL method. Differences in predicted strains between the three methods of analysis in some cases was found to be close to 100% It was suggested that these programs require more calibration and validation both theoretically and empirically to accurately correlate with field observations. 19 refs., 4 tabs., 9 figs.

  14. Lecturers' Experience of Using Social Media in Higher Education Courses

    Science.gov (United States)

    Seechaliao, Thapanee

    2015-01-01

    This research paper presents lecturers' experience of using social media in higher education courses. The research methodology used a survey approach. The research instrument was a questionnaire about lecturers' experience of using social media in higher education courses. Thirty-one lecturers completed the questionnaire. The data were scored by…

  15. Water Technology Lecture 3: Water Distribution

    OpenAIRE

    Gray, Nicholas Frederick

    2017-01-01

    This is the third lecture in the course Water Technology dealing with water distribution. This is a PowerPoint lecture which is free to use and modify. It was designed to be used in conjunction with the course text Gray, N.F. (2017) Water Science and Technology: An Introduction, published by CRC Press, Oxford. The basis of water distribution is explored including water pipe materials, distribution systems, leakage, water quality problems, pressure issue, water hydrants, effect of floods,...

  16. A novel approach based on preference-based index for interval bilevel linear programming problem

    OpenAIRE

    Aihong Ren; Yuping Wang; Xingsi Xue

    2017-01-01

    This paper proposes a new methodology for solving the interval bilevel linear programming problem in which all coefficients of both objective functions and constraints are considered as interval numbers. In order to keep as much uncertainty of the original constraint region as possible, the original problem is first converted into an interval bilevel programming problem with interval coefficients in both objective functions only through normal variation of interval number and chance-constrain...

  17. Comparing Students' and Experts' Understanding of the Content of a Lecture

    Science.gov (United States)

    Hrepic, Zdeslav; Zollman, Dean A.; Sanjay Rebello, N.

    2007-06-01

    In spite of advances in physics pedagogy, the lecture is by far the most widely used format of instruction. We investigated students' understanding and perceptions of the content delivered during a physics lecture. A group of experts (physics instructors) also participated in the study as a reference for the comparison. During the study, all participants responded to a written conceptual survey on sound propagation. Next, they looked for answers to the survey questions in a videotaped lecture by a nationally known teacher. As they viewed the lecture, they indicated instances, if any, in which the survey questions were answered during the lecture. They also wrote down (and if needed, later explained) the answer, which they perceived was given by the instructor in the video lecture. Students who participated in the study were enrolled in a conceptual physics course and had already covered the topic in class before the study. We discuss and compare students' and experts' responses to the survey questions before and after the lecture.

  18. Use of questioning during lectures in a dental hygiene didactic course.

    Science.gov (United States)

    Hessheimer, Heather M; Rogo, Ellen J; Howlett, Bernadette

    2011-08-01

    The purposes of this quasi-experimental, one-group crossover study were to determine the effect of questioning during dental hygiene lectures on low-level and high-level learning and to evaluate student perceptions of questioning. Twenty-three dental hygiene students participated in two control lectures using traditional lecturing methods. The students served as their own controls by next participating in two experimental lectures with questions asked throughout the lecture at both low and high cognitive levels. Student performance was measured with an examination containing low- and high-level questions. The interaction between the group and the level of questions was analyzed using ANOVA, and no statistically significant difference was found. Based on a Likert scale (1 to 6), average ratings for student perceptions were as follows: enjoyment of use, 4.5; understanding the lecture material, 4.74; and questioning effectiveness, 4.35. Student perceptions of questioning were positive; however, this strategy was found to be no more effective than the traditional lecture in promoting retention of information.

  19. Comparing Linear and Nonlinear Delivery of Introductory Psychology Lectures: Improving Student Retention

    Science.gov (United States)

    Cramer, Kenneth M.; Sands, Mandy

    2016-01-01

    As in most disciplines, the typical introductory class presents topics to students in a linear fashion, beginning (to use psychology as an example) with the history of the field, research methods, brain and neurons, sensation and perception, and so on. This study examined the impact of topic sequence on student achievement. The same professor…

  20. Averaging and Linear Programming in Some Singularly Perturbed Problems of Optimal Control

    Energy Technology Data Exchange (ETDEWEB)

    Gaitsgory, Vladimir, E-mail: vladimir.gaitsgory@mq.edu.au [Macquarie University, Department of Mathematics (Australia); Rossomakhine, Sergey, E-mail: serguei.rossomakhine@flinders.edu.au [Flinders University, Flinders Mathematical Sciences Laboratory, School of Computer Science, Engineering and Mathematics (Australia)

    2015-04-15

    The paper aims at the development of an apparatus for analysis and construction of near optimal solutions of singularly perturbed (SP) optimal controls problems (that is, problems of optimal control of SP systems) considered on the infinite time horizon. We mostly focus on problems with time discounting criteria but a possibility of the extension of results to periodic optimization problems is discussed as well. Our consideration is based on earlier results on averaging of SP control systems and on linear programming formulations of optimal control problems. The idea that we exploit is to first asymptotically approximate a given problem of optimal control of the SP system by a certain averaged optimal control problem, then reformulate this averaged problem as an infinite-dimensional linear programming (LP) problem, and then approximate the latter by semi-infinite LP problems. We show that the optimal solution of these semi-infinite LP problems and their duals (that can be found with the help of a modification of an available LP software) allow one to construct near optimal controls of the SP system. We demonstrate the construction with two numerical examples.

  1. A marriage of continuance: professional development for mathematics lecturers

    Science.gov (United States)

    Barton, Bill; Oates, Greg; Paterson, Judy; Thomas, Mike

    2015-06-01

    In a 2-year project, we developed and trialled a mode of lecturing professional development amongst staff in our department of mathematics. Theoretically grounded in Schoenfeld's resources, orientations, and goals (ROG) model of teacher action, a group met regularly to discuss both the video excerpts of themselves lecturing along with written pre- and post-lecture statements of their "ROGs". We found evidence of improved teaching performance but more interestingly, identified key aspects of our practice and of undergraduate mathematics that received repeated attention and developed further theoretical insight into lecturer behaviour in mathematics. The trial has been successful enough to be expanded into further groups that now constitute a professional development culture within our department.

  2. Utilisation of Electronic Information Resources By Lecturers in ...

    African Journals Online (AJOL)

    This study assesses the use of information resources, specifically, electronic databases by lecturers/teachers in Universities and Colleges of Education in South Western Nigeria. Information resources are central to teachers' education. It provides lecturers/teachers access to information that enhances research and ...

  3. ACADEMIC TRAINING LECTURES-QUESTIONNAIRE

    CERN Multimedia

    Françoise Benz

    2004-01-01

    ACADEMIC TRAINING Françoise Benz tel. 73127 academic.training@cern.ch SUGGEST AND WIN! Its time to plan the 2004-2005 lecture series. From today until March 19 you have the chance to give your contribution to planning for next year's Academic Training Lecture Series. At the web site: http://cern.ch/Academic.Training/questionnaire you will find questionnaires proposing topics in high energy physics, applied physics and science and society. Answering the questionnaire will help ensure that the selected topics are as close as possible to your interests. In particular requests and comments from students will be much appreciated. To encourage your contribution, the AT Committee will reward one lucky winner with a small prize, a 50 CHF coupon for a book purchase at the CERN bookshop.

  4. Lectures on radiation protection

    International Nuclear Information System (INIS)

    Wachsmann, F.; Consentius, K.

    1981-01-01

    All important subjects of radiation protection are presented in concise form; the explanations may serve as lecture manuscripts. The lectures are divided into 16 to 19 teaching units. Each teaching unit is supplemented by a slide to be projected on a screen while the text is read. This method of visual teaching has already been tried with good results in medicine and medical engineering. Pictures of the slides are given in the text so that the book may also be used for self-studies. The main facts are summarized at the end of each lesson. The finished book will consist of 8 lessons; the first three of these discuss 1. Radiation effects and hazards 2. Dose definitions and units and their role in radiology and radiation protection 3. Dose limits and legal specifications. (orig.) [de

  5. Linear programming phase unwrapping for dual-wavelength digital holography.

    Science.gov (United States)

    Wang, Zhaomin; Jiao, Jiannan; Qu, Weijuan; Yang, Fang; Li, Hongru; Tian, Ailing; Asundi, Anand

    2017-01-20

    A linear programming phase unwrapping method in dual-wavelength digital holography is proposed and verified experimentally. The proposed method uses the square of height difference as a convergence standard and theoretically gives the boundary condition in a searching process. A simulation was performed by unwrapping step structures at different levels of Gaussian noise. As a result, our method is capable of recovering the discontinuities accurately. It is robust and straightforward. In the experiment, a microelectromechanical systems sample and a cylindrical lens were measured separately. The testing results were in good agreement with true values. Moreover, the proposed method is applicable not only in digital holography but also in other dual-wavelength interferometric techniques.

  6. The Relationship Between Method of Viewing Lectures, Course Ratings, and Course Timing.

    Science.gov (United States)

    Burton, William B; Ma, Terence P; Grayson, Martha S

    2017-01-01

    In recent years, medical schools have provided students access to video recordings of course lectures, but few studies have investigated the impact of this on ratings of courses and teachers. This study investigated whether the method of viewing lectures was related to student ratings of the course and its components and whether the method used changed over time. Preclinical medical students indicated whether ratings of course lectures were based primarily on lecture attendance, video capture, or both. Students were categorized into Lecture, Video, or Both groups based on their responses to this question. The data consisted of 7584 student evaluations collected over 2 years. Students who attended live lectures rated the course and its components higher than students who only viewed the video or used both methods, although these differences were very small. Students increasingly watched lectures exclusively by video over time: in comparison with first-year students, second-year students were more likely to watch lectures exclusively by video; in comparison with students in the first half of the academic year, students in the second half of the academic year were more likely to watch lectures exclusively by video. With the increase in use of lecture video recordings across medical schools, attention must be paid to student attitudes regarding these methods.

  7. Feynman Lectures on Computation

    CERN Document Server

    Feynman, Richard Phillips; Allen, Robin W

    1999-01-01

    "When, in 1984-86, Richard P. Feynman gave his famous course on computation at the California Institute of Technology, he asked Tony Hey to adapt his lecture notes into a book. Although led by Feynman,"

  8. Re-living anatomy: medical student use of lecture capture

    OpenAIRE

    Diss, L; Sharp, A; Scott, F; Moore, L; Daniel, P; Memon, S; Smith, C

    2017-01-01

    Lecture capture resources have become common place within UK Higher education to enhance and support learning in addition to the tradition lecture. These resources can be particularly useful for medical students in anatomy teaching where time dedicated to anatomy within the curriculum has been reduced compared to previous generations(1).\\ud \\ud This study aimed to investigate how lecture capture aided student learning Qualitative feedback was also collected in view to further improve the reso...

  9. The Feynman lectures on physics

    International Nuclear Information System (INIS)

    Feynman, R.P.

    1979-01-01

    This set of lectures tries to elucidate from the beginning those features of the quantum mechanics which are most general. The first lectures tackle head on the ideas of a probability amplitude, the interference of amplitudes, the abstract notion of a state, and the superposition and resolution of states - and the Dirac notation is used from the start. In each instance the ideas are introduced together with a detailed discussion of some specific examples - to try to make the physical ideas as real as possible. The time dependence of states including states of definite energy comes next, and the ideas are applied at once to the study of two-state systems. A detailed discussion of the ammonia maser provides the framework for the introduction to radiation absorption and induced transitions. The lectures then go on to consider more complex systems, leading to a discussion of the propagation of electrons in a crystal, and to a rather complete treatment of the quantum mechanics of angular momentum. Our introduction to quantum mechanics ends in Chapter 20 with a discussion of the Schroedinger wave function, its differential equation, and the solution for the hydrogen atom. The last Chapter of this volume is not intended to be a part of the 'course.' It is a 'seminar' on superconductivity and was given in the spirit of some of the entertainment lectures of the first two volumes, with the intent of opening to the students a broader view of the relation of what they were learning to the general culture of physics. Feynman's 'epilogue' serves as the period to the three-volume series [fr

  10. Review of the Accordia Lectures 2014–2015

    Directory of Open Access Journals (Sweden)

    Silvia Amicone

    2015-11-01

    Full Text Available Accordia is an independent research institute that operates in association with the UCL Institute of Archaeology and with the Institute of Classical Studies, the School of Advanced Study, and the University of London. It is dedicated to the promotion and co-ordination of research in all aspects of Italy, from the earliest settlements to the recent past. Accordia organises lectures, research seminars, conferences and exhibitions on aspects of Italian archaeology and history, and publishes a journal, 'Accordia Research Papers', as well as research publications including specialist volumes, conference papers and excavation reports. A subscription is charged for those who want the journal, but all Accordia events are free and open to the public (for more information see the Accordia website: http://www.ucl.ac.uk/accordia/index.htm. The annual lecture series, now in its 27th year, is a regular feature of the academic calendar. Seven lectures take place between October and May, each held at either the UCL Institute of Archaeology or the Institute of Classical Studies (Senate House. The lecturers include both early career and established scholars, and their topics range widely across Italian archaeology, history and art history. The lectures are aimed at both Italian specialists and the general public. This paper offers a review of the 2014–2015 Accordia Lectures. The series was particularly interesting, and covered a wide range of topics related to the archaeology and history of Italy, from prehistoric settlements to the reception of the Etruscan world.

  11. Stereoscopic neuroanatomy lectures using a three-dimensional virtual reality environment.

    Science.gov (United States)

    Kockro, Ralf A; Amaxopoulou, Christina; Killeen, Tim; Wagner, Wolfgang; Reisch, Robert; Schwandt, Eike; Gutenberg, Angelika; Giese, Alf; Stofft, Eckart; Stadie, Axel T

    2015-09-01

    Three-dimensional (3D) computer graphics are increasingly used to supplement the teaching of anatomy. While most systems consist of a program which produces 3D renderings on a workstation with a standard screen, the Dextrobeam virtual reality VR environment allows the presentation of spatial neuroanatomical models to larger groups of students through a stereoscopic projection system. Second-year medical students (n=169) were randomly allocated to receive a standardised pre-recorded audio lecture detailing the anatomy of the third ventricle accompanied by either a two-dimensional (2D) PowerPoint presentation (n=80) or a 3D animated tour of the third ventricle with the DextroBeam. Students completed a 10-question multiple-choice exam based on the content learned and a subjective evaluation of the teaching method immediately after the lecture. Students in the 2D group achieved a mean score of 5.19 (±2.12) compared to 5.45 (±2.16) in the 3D group, with the results in the 3D group statistically non-inferior to those of the 2D group (p<0.0001). The students rated the 3D method superior to 2D teaching in four domains (spatial understanding, application in future anatomy classes, effectiveness, enjoyableness) (p<0.01). Stereoscopically enhanced 3D lectures are valid methods of imparting neuroanatomical knowledge and are well received by students. More research is required to define and develop the role of large-group VR systems in modern neuroanatomy curricula. Copyright © 2015 Elsevier GmbH. All rights reserved.

  12. ACADEMIC TRAINING LECTURES QUESTIONNAIRE: SUGGEST AND WIN!

    CERN Multimedia

    Academic Training; Tel. 73127

    2001-01-01

    Time to plan for the 2001-02 lecture series. From today until April 9 you have the chance to give your contribution to improved planning for next year's Academic Training Lectures Series. At the web site: http://wwwinfo/support/survey/academic-training/ you will find questionnaires concerning the following different categories: high energy physics, applied physics, science and society and post-graduate students lectures. Answering the questionnaire will help ensure that the selected topics are as close as possible to your interests. In particular requests and comments from students will be much appreciated. To encourage your contribution, the AT Committee will reward one lucky winner with a small prize, a 50 CHF coupon for a book purchase at CERN bookshop.

  13. Advice for New and Student Lecturers on Probability and Statistics

    Science.gov (United States)

    Larsen, Michael D.

    2006-01-01

    Lecture is a common presentation style that gives instructors a lot of control over topics and time allocation, but can limit active student participation and learning. This article presents some ideas to increase the level of student involvement in lecture. The examples and suggestions are based on the author's experience as a senior lecturer for…

  14. A Linear Programming Approach to Routing Control in Networks of Constrained Nonlinear Positive Systems with Concave Flow Rates

    Science.gov (United States)

    Arneson, Heather M.; Dousse, Nicholas; Langbort, Cedric

    2014-01-01

    We consider control design for positive compartmental systems in which each compartment's outflow rate is described by a concave function of the amount of material in the compartment.We address the problem of determining the routing of material between compartments to satisfy time-varying state constraints while ensuring that material reaches its intended destination over a finite time horizon. We give sufficient conditions for the existence of a time-varying state-dependent routing strategy which ensures that the closed-loop system satisfies basic network properties of positivity, conservation and interconnection while ensuring that capacity constraints are satisfied, when possible, or adjusted if a solution cannot be found. These conditions are formulated as a linear programming problem. Instances of this linear programming problem can be solved iteratively to generate a solution to the finite horizon routing problem. Results are given for the application of this control design method to an example problem. Key words: linear programming; control of networks; positive systems; controller constraints and structure.

  15. Academic Training: Summer Student Lecture Programme

    CERN Multimedia

    2004-01-01

    Main Auditorium, bldg. 500 DATE TIME LECTURER TITLE Monday 12 July 09:15 - 10:00 G. Ross (The Rudolf Peierls Centre for Theoretical Physics & CERN) Fundamental Concepts of Particle Physics (1/6) 10:15 - 11:00 O. Bruening (CERN) Accelerators (1/5) 11:15 - 12:00 L. Di Lella (CERN) Introduction to Particle Physics (4/4) DATE TIME LECTURER TITLE Tuesday 13 July 09:15 - 10:00 G. Ross (The Rudolf Peierls Centre for Theoretical Physics & CERN) Fundamental Concepts of Particle Physics (2/6) 10:15 - 11:00 O. Bruening (CERN) Accelerators (2/5) 11:15 - 12:00 O. Bruening (CERN) G. Ross (The Rudolf Peierls Centre for Theoretical Physics & CERN) Discussion Session DATE TIME LECTURER TITLE Wednesday 14 July 09:15 - 10:00 G. Ross (The Rudolf Peierls Centre for Theoretical Physics & CERN) Fundamental Concepts of Particle Physics (3/6) 10:15 - 11:00 O. Bruening (CERN) Accelerators (3/5) 11:15 - 12:00 O. Bruening (CERN) Accelerators (4/5) 14:00 - ...

  16. Optoelectronic lessons as an interdisciplinary lecture

    Science.gov (United States)

    Wu, Dan; Wu, Maocheng; Gu, Jihua

    2017-08-01

    It is noticed that more and more students in college are passionately curious about the optoelectronic technology, since optoelectronic technology has advanced extremely quickly during the last five years and its applications could be found in a lot of domains. The students who are interested in this area may have different educational backgrounds and their majors cover science, engineering, literature and social science, etc. Our course "History of the Optoelectronic Technology" is set up as an interdisciplinary lecture of the "liberal education" at our university, and is available for all students with different academic backgrounds from any departments of our university. The main purpose of the course is to show the interesting and colorful historical aspects of the development of this technology, so that the students from different departments could absorb the academic nourishment they wanted. There are little complex derivations of physical formulas through the whole lecture, but there are still some difficulties about the lecture which is discussed in this paper.

  17. Nutrient profiling can help identify foods of good nutritional quality for their price: a validation study with linear programming.

    Science.gov (United States)

    Maillot, Matthieu; Ferguson, Elaine L; Drewnowski, Adam; Darmon, Nicole

    2008-06-01

    Nutrient profiling ranks foods based on their nutrient content. They may help identify foods with a good nutritional quality for their price. This hypothesis was tested using diet modeling with linear programming. Analyses were undertaken using food intake data from the nationally representative French INCA (enquête Individuelle et Nationale sur les Consommations Alimentaires) survey and its associated food composition and price database. For each food, a nutrient profile score was defined as the ratio between the previously published nutrient density score (NDS) and the limited nutrient score (LIM); a nutritional quality for price indicator was developed and calculated from the relationship between its NDS:LIM and energy cost (in euro/100 kcal). We developed linear programming models to design diets that fulfilled increasing levels of nutritional constraints at a minimal cost. The median NDS:LIM values of foods selected in modeled diets increased as the levels of nutritional constraints increased (P = 0.005). In addition, the proportion of foods with a good nutritional quality for price indicator was higher (P linear programming and the nutrient profiling approaches indicates that nutrient profiling can help identify foods of good nutritional quality for their price. Linear programming is a useful tool for testing nutrient profiling systems and validating the concept of nutrient profiling.

  18. A recurrent neural network for solving bilevel linear programming problem.

    Science.gov (United States)

    He, Xing; Li, Chuandong; Huang, Tingwen; Li, Chaojie; Huang, Junjian

    2014-04-01

    In this brief, based on the method of penalty functions, a recurrent neural network (NN) modeled by means of a differential inclusion is proposed for solving the bilevel linear programming problem (BLPP). Compared with the existing NNs for BLPP, the model has the least number of state variables and simple structure. Using nonsmooth analysis, the theory of differential inclusions, and Lyapunov-like method, the equilibrium point sequence of the proposed NNs can approximately converge to an optimal solution of BLPP under certain conditions. Finally, the numerical simulations of a supply chain distribution model have shown excellent performance of the proposed recurrent NNs.

  19. Sir Robert Ball: Victorian Astronomer and Lecturer par excellence

    Science.gov (United States)

    Jones, R. I. G.

    2005-12-01

    Between 1875 and 1910 Sir Robert Stawell Ball gave an estimated 2,500 lectures in towns and cities all over the British Isles and abroad. This paper traces his lecturing career from its beginnings in Ireland to the triumphs of the Royal Institution, and on lecture tours in the United States of America. After a period in mathematics and mechanics, he became a populariser of science, especially astronomy, and found fame and fortune among the working classes and the aristocracy. What motivated him to tireless travels is uncertain, but it might have been that it was rewarding, financially and to his reputation. Whatever his motives, contemporary accounts are clear that BallÕs lectures were extremely popular and well-received.

  20. Correction of heterogeneities in the issue compositions in the construction plans optimized in radiotherapy using linear programming

    International Nuclear Information System (INIS)

    Viana, Rodrigo Sartorelo S.; Lima, Ernesto A.B.F.; Florentino, Helenice de Oliveira; Fonseca, Paulo Roberto da; Homem, Thiago Pedro Donadon

    2009-01-01

    Linear programming models are widely found in the literature addressing various aspects involved in the creation of optimized planning for radiotherapy. However, most mathematical formulations does not incorporate certain factors that are of extreme importance for the formulation of a real planning like the attenuation of the beam of radiation and heterogeneity in the composition of tissue irradiated. In this context are proposed in this paper some modifications in the formulation of a linear programming problem with the objective of making the simulation closer to the real planning for radiotherapy and thus enable a more reliable and comprehensive planning requirements. (author)

  1. The Lecture as a Transmedial Pedagogical Form: A Historical Analysis

    Science.gov (United States)

    Friesen, Norm

    2011-01-01

    The lecture has been much maligned as a pedagogical form, yet it persists and even flourishes today in the form of the podcast, the TED talk, and the "smart" lecture hall. This article examines the lecture as a pedagogical genre, as "a site where differences between media are negotiated" (Franzel) as these media coevolve. This examination shows…

  2. Lectures on the mathematics of quantum mechanics I

    CERN Document Server

    Dell'Antonio, Gianfausto

    2015-01-01

    The first volume (General Theory) differs from most textbooks as it emphasizes the mathematical structure and mathematical rigor, while being adapted to the teaching the first semester of an advanced course in Quantum Mechanics (the content of the book are the lectures of courses actually delivered.). It differs also from the very few texts in Quantum Mechanics that give emphasis to the mathematical aspects because this book, being written as Lecture Notes, has the structure of lectures delivered in a course, namely introduction of the problem, outline of the relevant points, mathematical tools needed, theorems, proofs. This makes this book particularly useful for self-study and for instructors in the preparation of a second course in Quantum Mechanics (after a first basic course). With some minor additions it can be used also as a basis of a first course in Quantum Mechanics for students in mathematics curricula. The second part (Selected Topics) are lecture notes of a more advanced course aimed at giving th...

  3. Explicit/multi-parametric model predictive control (MPC) of linear discrete-time systems by dynamic and multi-parametric programming

    KAUST Repository

    Kouramas, K.I.; Faí sca, N.P.; Panos, C.; Pistikopoulos, E.N.

    2011-01-01

    This work presents a new algorithm for solving the explicit/multi- parametric model predictive control (or mp-MPC) problem for linear, time-invariant discrete-time systems, based on dynamic programming and multi-parametric programming techniques

  4. A study of the use of linear programming techniques to improve the performance in design optimization problems

    Science.gov (United States)

    Young, Katherine C.; Sobieszczanski-Sobieski, Jaroslaw

    1988-01-01

    This project has two objectives. The first is to determine whether linear programming techniques can improve performance when handling design optimization problems with a large number of design variables and constraints relative to the feasible directions algorithm. The second purpose is to determine whether using the Kreisselmeier-Steinhauser (KS) function to replace the constraints with one constraint will reduce the cost of total optimization. Comparisons are made using solutions obtained with linear and non-linear methods. The results indicate that there is no cost saving using the linear method or in using the KS function to replace constraints.

  5. Automatic Camera Control System for a Distant Lecture with Videoing a Normal Classroom.

    Science.gov (United States)

    Suganuma, Akira; Nishigori, Shuichiro

    The growth of a communication network technology enables students to take part in a distant lecture. Although many lectures are conducted in universities by using Web contents, normal lectures using a blackboard are still held. The latter style lecture is good for a teacher's dynamic explanation. A way to modify it for a distant lecture is to…

  6. Near-Regular Structure Discovery Using Linear Programming

    KAUST Repository

    Huang, Qixing

    2014-06-02

    Near-regular structures are common in manmade and natural objects. Algorithmic detection of such regularity greatly facilitates our understanding of shape structures, leads to compact encoding of input geometries, and enables efficient generation and manipulation of complex patterns on both acquired and synthesized objects. Such regularity manifests itself both in the repetition of certain geometric elements, as well as in the structured arrangement of the elements. We cast the regularity detection problem as an optimization and efficiently solve it using linear programming techniques. Our optimization has a discrete aspect, that is, the connectivity relationships among the elements, as well as a continuous aspect, namely the locations of the elements of interest. Both these aspects are captured by our near-regular structure extraction framework, which alternates between discrete and continuous optimizations. We demonstrate the effectiveness of our framework on a variety of problems including near-regular structure extraction, structure-preserving pattern manipulation, and markerless correspondence detection. Robustness results with respect to geometric and topological noise are presented on synthesized, real-world, and also benchmark datasets. © 2014 ACM.

  7. Non-Linear Transmission Line (NLTL) Microwave Source Lecture Notes the United States Particle Accelerator School

    Energy Technology Data Exchange (ETDEWEB)

    Russell, Steven J. [Los Alamos National Laboratory; Carlsten, Bruce E. [Los Alamos National Laboratory

    2012-06-26

    We will quickly go through the history of the non-linear transmission lines (NLTLs). We will describe how they work, how they are modeled and how they are designed. Note that the field of high power, NLTL microwave sources is still under development, so this is just a snap shot of their current state. Topics discussed are: (1) Introduction to solitons and the KdV equation; (2) The lumped element non-linear transmission line; (3) Solution of the KdV equation; (4) Non-linear transmission lines at microwave frequencies; (5) Numerical methods for NLTL analysis; (6) Unipolar versus bipolar input; (7) High power NLTL pioneers; (8) Resistive versus reactive load; (9) Non-lineaer dielectrics; and (10) Effect of losses.

  8. A linear programming approach to characterizing norm bounded uncertainty from experimental data

    Science.gov (United States)

    Scheid, R. E.; Bayard, D. S.; Yam, Y.

    1991-01-01

    The linear programming spectral overbounding and factorization (LPSOF) algorithm, an algorithm for finding a minimum phase transfer function of specified order whose magnitude tightly overbounds a specified nonparametric function of frequency, is introduced. This method has direct application to transforming nonparametric uncertainty bounds (available from system identification experiments) into parametric representations required for modern robust control design software (i.e., a minimum-phase transfer function multiplied by a norm-bounded perturbation).

  9. Agriculture Lecturers' Perception of the Benefits of Professional ...

    African Journals Online (AJOL)

    The study assessed Agriculture lecturer's perception of the benefits of professional meetings in Nigeria. The study was conducted in Southeast and southsouth geo political zone of Nigeria. Multistage sampling technique was used to select eighty agriculture lecturers for the study. Data were collected with the aid of ...

  10. How to move beyond lecture capture: Pedagogy guide

    NARCIS (Netherlands)

    Moes, S.; Young, C.

    2014-01-01

    This guide gives you an introduction to the phenomenon of lecture capture, the impact it can have, student and teacher attitudes towards this technology in past years, and it also discusses questions like "What is the effect on attendance of students and on the lecture itself?". The guide explains

  11. Mass Optimization of Battery/Supercapacitors Hybrid Systems Based on a Linear Programming Approach

    Science.gov (United States)

    Fleury, Benoit; Labbe, Julien

    2014-08-01

    The objective of this paper is to show that, on a specific launcher-type mission profile, a 40% gain of mass is expected using a battery/supercapacitors active hybridization instead of a single battery solution. This result is based on the use of a linear programming optimization approach to perform the mass optimization of the hybrid power supply solution.

  12. ACADEMIC TRAINING LECTURES-QUESTIONNAIRE: SUGGEST AND WIN!

    CERN Multimedia

    Françoise Benz

    2002-01-01

    Its time to plan for the 2002-2003 lecture series. From today until April 26 you have the chance to give your contribution to improved planning for next year's Academic Training Lectures Series. At the web site, you will find questionnaires concerning the following different categories: high energy physics, applied physics, science and society and post-graduate student lectures. Answering the questionnaire will help ensure that the selected topics are as close as possible to your interests. In particular requests and comments from students will be much appreciated. To encourage your contribution, the AT Committee is offering 10 prizes of a self-teach web based training course to people who provide their email address when filling in the questionnaire. The 10 winners will be chosen randomly from the replies received before the closing date.

  13. Mathematical omnibus thirty lectures on classic mathematics

    CERN Document Server

    Fuchs, Dmitry; Fuchs, Dmitry

    2007-01-01

    The book consists of thirty lectures on diverse topics, covering much of the mathematical landscape rather than focusing on one area. The reader will learn numerous results that often belong to neither the standard undergraduate nor graduate curriculum and will discover connections between classical and contemporary ideas in algebra, combinatorics, geometry, and topology. The reader's effort will be rewarded in seeing the harmony of each subject. The common thread in the selected subjects is their illustration of the unity and beauty of mathematics. Most lectures contain exercises, and solutions or answers are given to selected exercises. A special feature of the book is an abundance of drawings (more than four hundred), artwork by an accomplished artist, and about a hundred portraits of mathematicians. Almost every lecture contains surprises for even the seasoned researcher.

  14. Automated design and optimization of flexible booster autopilots via linear programming, volume 1

    Science.gov (United States)

    Hauser, F. D.

    1972-01-01

    A nonlinear programming technique was developed for the automated design and optimization of autopilots for large flexible launch vehicles. This technique, which resulted in the COEBRA program, uses the iterative application of linear programming. The method deals directly with the three main requirements of booster autopilot design: to provide (1) good response to guidance commands; (2) response to external disturbances (e.g. wind) to minimize structural bending moment loads and trajectory dispersions; and (3) stability with specified tolerances on the vehicle and flight control system parameters. The method is applicable to very high order systems (30th and greater per flight condition). Examples are provided that demonstrate the successful application of the employed algorithm to the design of autopilots for both single and multiple flight conditions.

  15. Mixed Integer Linear Programming model for Crude Palm Oil Supply Chain Planning

    Science.gov (United States)

    Sembiring, Pasukat; Mawengkang, Herman; Sadyadharma, Hendaru; Bu'ulolo, F.; Fajriana

    2018-01-01

    The production process of crude palm oil (CPO) can be defined as the milling process of raw materials, called fresh fruit bunch (FFB) into end products palm oil. The process usually through a series of steps producing and consuming intermediate products. The CPO milling industry considered in this paper does not have oil palm plantation, therefore the FFB are supplied by several public oil palm plantations. Due to the limited availability of FFB, then it is necessary to choose from which plantations would be appropriate. This paper proposes a mixed integer linear programming model the supply chain integrated problem, which include waste processing. The mathematical programming model is solved using neighborhood search approach.

  16. A Comparison of Internet-Based Learning and Traditional Classroom Lecture to Learn CPR for Continuing Medical Education

    Science.gov (United States)

    Hemmati, Nima; Omrani, Soghra; Hemmati, Naser

    2013-01-01

    The purpose of this study was to compare the satisfaction and effectiveness of Internet-based learning (IBL) and traditional classroom lecture (TCL) for continuing medical education (CME) programs by comparing final resuscitation exam results of physicians who received the newest cardiopulmonary resuscitation (CPR) curriculum guidelines training…

  17. Impostor Syndrome 2014 lecture

    OpenAIRE

    Drew, Joshua

    2014-01-01

    A lecture given at the University of Rochester outlining what the Impostor Syndrome is, as well as how it can impact graduate student success. Other topics include how to build support networks in school as well as picking appropriately scaled projects

  18. An improved multiple linear regression and data analysis computer program package

    Science.gov (United States)

    Sidik, S. M.

    1972-01-01

    NEWRAP, an improved version of a previous multiple linear regression program called RAPIER, CREDUC, and CRSPLT, allows for a complete regression analysis including cross plots of the independent and dependent variables, correlation coefficients, regression coefficients, analysis of variance tables, t-statistics and their probability levels, rejection of independent variables, plots of residuals against the independent and dependent variables, and a canonical reduction of quadratic response functions useful in optimum seeking experimentation. A major improvement over RAPIER is that all regression calculations are done in double precision arithmetic.

  19. The Comparison of Learning Radiographic Extraoral Anatomic Landmarks through Lecture and blended method(Computer-Assisted teaching and Lecture:An interventional Study

    Directory of Open Access Journals (Sweden)

    T ahmine Razi

    2013-05-01

    Full Text Available Introduction: One of the main problems in learning extraoral radiographic anatomic indexes is the long interval between presentation of radiology and human anatomy courses, resulting in forgetting anatomic regions. Therefore, radiographic indexes are formed as complete abstract and transient images in students’ minds; as a result, their learning and retention decrease. The aim of this study was to compare lecture with combination of computer-assisted learning and lecture of extra-oral radiographic landmarks among dental students. Methods: This interventional study was carried out in 2009 on 51 dental students of Tabriz University of Medical Sciences. Students were randomly allocated into two groups. The first group was taught through a teaching method which involved lectures in the classroom. In the second group, a CD was given to the students. The teaching was accomplished through presentation using skull. Six months after finishing the teaching, both groups took a similar test for evaluation of long term learning. The data was analyzed by SPSS 16 using U Mann-Whitney test. Results: There was no significant differences in the mean scores between the two groups in the first exam after teaching (P=0.13, yet it was significant in the second exam (regarding retention (P=0.006, and average of non-traditional teaching method group (20.89±10.23 was higher than that of lecture group (13.48±6.39. Conclusion: Based on the results, non-traditional technique of teaching was not more effective than the lecture in short-term learning but in longterm learning, non-traditional technique was more effective than the lecture.

  20. EDITORIAL: Invited review and topical lectures from the 13th International Congress on Plasma Physics

    Science.gov (United States)

    Zagorodny, A.; Kocherga, O.

    2007-05-01

    The 13th International Congress on Plasma Physics (ICPP 2006) was organized, on behalf of the International Advisory Committee of the ICPP series, by the National Academy of Sciences of Ukraine and the Bogolyubov Institute for Theoretical Physics (BITP) and held in Kiev, Ukraine, 22 26 May 2006. The Congress Program included the topics: fundamental problems of plasma physics; fusion plasmas; plasmas in astrophysics and space physics; plasmas in applications and technologies; complex plasmas. A total of 305 delegates from 30 countries took part in the Congress. The program included 9 invited review lectures, 32 invited topical and 313 contributed papers (60 of which were selected for oral presentation). The Congress Program was the responsibility of the International Program Committee: Anatoly Zagorodny (Chairman) Bogolyubov Institute for Theoretical Physics, Ukraine Olha Kocherga (Scientific Secretary) Bogolyubov Institute for Theoretical Physics, Ukraine Boris Breizman The University of Texas at Austin, USA Iver Cairns School of Physics, University of Sydney, Australia Tatiana Davydova Institute for Nuclear Research, Ukraine Tony Donne FOM-Institute for Plasma Physics, Rijnhuizen, The Netherlands Nikolai S Erokhin Space Research Institute of RAS, Russia Xavier Garbet CEA, France Valery Godyak OSRAM SYLVANIA, USA Katsumi Ida National Institute for Fusion Science, Japan Alexander Kingsep Russian Research Centre `Kurchatov Institute', Russia E P Kruglyakov Budker Institute of Nuclear Physics, Russia Gregor Morfill Max-Planck-Institut für extraterrestrische Physik, Germany Osamu Motojima National Institute for Fusion Science, Japan Jef Ongena ERM-KMS, Brussels and EFDA-JET, UK Konstantyn Shamrai Institute for Nuclear Research, Ukraine Raghvendra Singh Institute for Plasma Research, India Konstantyn Stepanov Kharkiv Institute of Physics and Technology, Ukraine Masayoshi Tanaka National Institute for Fusion Science, Japan Nodar Tsintsadze Physics Institute, Georgia The

  1. Topical Articles: Attention during Lectures--Beyond Ten Minutes

    Science.gov (United States)

    Wilson, Karen; Korn, James H.

    2007-01-01

    Many authors claim that students' attention declines approximately 10 to 15 min into lectures. To evaluate this claim, we reviewed several types of studies including studies of student note taking, observations of students during lectures, and self-reports of student attention, as well as studies using physiological measures of attention. We found…

  2. Automatic Online Lecture Highlighting Based on Multimedia Analysis

    Science.gov (United States)

    Che, Xiaoyin; Yang, Haojin; Meinel, Christoph

    2018-01-01

    Textbook highlighting is widely considered to be beneficial for students. In this paper, we propose a comprehensive solution to highlight the online lecture videos in both sentence- and segment-level, just as is done with paper books. The solution is based on automatic analysis of multimedia lecture materials, such as speeches, transcripts, and…

  3. Human resources management and lecturer's job satisfaction in ...

    African Journals Online (AJOL)

    The study examines the extent to which the management of human resources by the administrators influence lecturers' job satisfaction in tertiary institutions in Akwa Ibom and Cross River States, Nigeria. The ex-post-facto research design was used for the study. The population of the study was 2286 lecturers from nine (9) ...

  4. College Students' Perceptions of the Traditional Lecture Method

    Science.gov (United States)

    Covill, Amy E.

    2011-01-01

    Fifty-one college students responded to survey questions regarding their perceptions of the traditional lecture method of instruction that they received in a 200-level psychology course. At a time when many professors are being encouraged to use active learning methods instead of lectures, it is important to consider the students' perspective. Do…

  5. Mixed-Integer-Linear-Programming-Based Energy Management System for Hybrid PV-Wind-Battery Microgrids

    DEFF Research Database (Denmark)

    Hernández, Adriana Carolina Luna; Aldana, Nelson Leonardo Diaz; Graells, Moises

    2017-01-01

    -side strategy, defined as a general mixed-integer linear programming by taking into account two stages for proper charging of the storage units. This model is considered as a deterministic problem that aims to minimize operating costs and promote self-consumption based on 24-hour ahead forecast data...

  6. Comparison of acrylamide intake from Western and guideline based diets using probabilistic techniques and linear programming.

    Science.gov (United States)

    Katz, Josh M; Winter, Carl K; Buttrey, Samuel E; Fadel, James G

    2012-03-01

    Western and guideline based diets were compared to determine if dietary improvements resulting from following dietary guidelines reduce acrylamide intake. Acrylamide forms in heat treated foods and is a human neurotoxin and animal carcinogen. Acrylamide intake from the Western diet was estimated with probabilistic techniques using teenage (13-19 years) National Health and Nutrition Examination Survey (NHANES) food consumption estimates combined with FDA data on the levels of acrylamide in a large number of foods. Guideline based diets were derived from NHANES data using linear programming techniques to comport to recommendations from the Dietary Guidelines for Americans, 2005. Whereas the guideline based diets were more properly balanced and rich in consumption of fruits, vegetables, and other dietary components than the Western diets, acrylamide intake (mean±SE) was significantly greater (Plinear programming and results demonstrate that linear programming techniques can be used to model specific diets for the assessment of toxicological and nutritional dietary components. Copyright © 2011 Elsevier Ltd. All rights reserved.

  7. Resident training for eclampsia and magnesium toxicity management: simulation or traditional lecture?

    Science.gov (United States)

    Fisher, Nelli; Bernstein, Peter S; Satin, Andrew; Pardanani, Setul; Heo, Hye; Merkatz, Irwin R; Goffman, Dena

    2010-10-01

    To compare eclampsia and magnesium toxicity management among residents randomly assigned to lecture or simulation-based education. Statified by year, residents (n = 38) were randomly assigned to 3 educational intervention groups: Simulation→Lecture, Simulation, and Lecture. Postintervention simulations were performed for all and scored using standardized lists. Maternal, fetal, eclampsia management, and magnesium toxcity scores were assigned. Mann-Whitney U, Wilcoxon rank sum and χ(2) tests were used for analysis. Postintervention maternal (16 and 15 vs 12; P < .05) and eclampsia (19 vs 16; P < .05) scores were significantly better in simulation based compared with lecture groups. Postintervention magnesium toxcitiy and fetal scores were not different among groups. Lecture added to simulation did not lead to incremental benefit when eclampsia scores were compared between Simulation→Lecture and Simulation (19 vs 19; P = nonsignificant). Simulation training is superior to traditional lecture alone for teaching crucial skills for the optimal management of both eclampsia and magnesium toxicity, 2 life-threatening obstetric emergencies. Published by Mosby, Inc.

  8. A Brief History of the Lecture: A Multi-Media Analysis

    Directory of Open Access Journals (Sweden)

    Norm Friesen

    2014-09-01

    Full Text Available The lecture has been much maligned as a pedagogical form. It has been denigrated as a «hot ‎medium» that has long been «superseded» by the cooler dialogical and televisual forms. Yet the lecture ‎persists and even flourishes today in the form of the podcast, the TED Talk, Kahn Academy and the «smart» ‎lecture hall (outfitted with audio, video and student feedback technologies. This persistence ‎should lead us to re-evaluate both the lecture and the role of the media that have been related to it over time. This paper examines the lecture as a site of intersecting media, as «a site where differences between media are negotiated» as these media ‎evolve (Franzel 2010. This study shows the lecture as bridging oral ‎communication with writing and newer media technologies, rather than as being superseded ‎by newer electronic and digital forms. The result is a remarkably adaptable and robust form ‎that combines textual record and ephemeral event. It is that is capable of addressing a range of ‎different demands and circumstances, both in terms of classroom pragmatics and more abstractly, of the circulation of knowledge itself. The Web, which ‎brings multiple media together with new and established forms and genres, presents fertile ‎grounds for the continuation and revitalization of the lecture as a dominant pedagogical form.

  9. Opening lecture

    International Nuclear Information System (INIS)

    Thomas, J.B.

    1997-01-01

    The opening lecture on the results of fifty years in the nuclear energy field, deals with the main principles underlying the CEA policy concerning the fission nuclear energy transformation, i.e. the design of a nuclear industry that is a safe, high-performance and reliable source of electric power, the development of an adaptive power generation tool with the capacity to progress according to new constraints, and the necessary anticipation for preparing to the effects of the next 50 year technological leaps

  10. Learning Bayesian network structure: towards the essential graph by integer linear programming tools

    Czech Academy of Sciences Publication Activity Database

    Studený, Milan; Haws, D.

    2014-01-01

    Roč. 55, č. 4 (2014), s. 1043-1071 ISSN 0888-613X R&D Projects: GA ČR GA13-20012S Institutional support: RVO:67985556 Keywords : learning Bayesian network structure * integer linear programming * characteristic imset * essential graph Subject RIV: BA - General Mathematics Impact factor: 2.451, year: 2014 http://library.utia.cas.cz/separaty/2014/MTR/studeny-0427002.pdf

  11. PDF Lecture Materials for Online and ``Flipped'' Format Astronomy Courses

    Science.gov (United States)

    Kary, D. M.; Eisberg, J.

    2013-04-01

    Online astronomy courses typically rely on students reading the textbook and/or a set of text-based lecture notes to replace the “lecture” material. However, many of our students report that this is much less engaging than in-person lectures, especially given the amount of interactive work such as “think-pair-share” problems done in many astronomy classes. Students have similarly criticized direct lecture-capture. To address this, we have developed a set of PowerPoint-style presentations with embedded lecture audio combined with prompts for student interaction including think-pair-share questions. These are formatted PDF packages that can be used on a range of different computers using free software. The presentations are first developed using Microsoft PowerPoint software. Audio recordings of scripted lectures are then synchronized with the presentations and the entire package is converted to PDF using Adobe Presenter. This approach combines the ease of editing that PowerPoint provides along with the platform-independence of PDF. It's easy to add, remove, or edit individual slides as needed, and PowerPoint supports internal links so that think-pair-share questions can be inserted with links to feedback based on the answers selected. Modern PDF files support animated visuals with synchronized audio and they can be read using widely available free software. Using these files students in an online course can get many of the benefits of seeing and hearing the course material presented in an in-person lecture format. Students needing extra help in traditional lecture classes can use these presentations to help review the materials covered in lecture. Finally, the presentations can be used in a “flipped” format in which students work through the presentations outside of class time while spending the “lecture” time on in-class interaction.

  12. Optimized remedial groundwater extraction using linear programming

    International Nuclear Information System (INIS)

    Quinn, J.J.

    1995-01-01

    Groundwater extraction systems are typically installed to remediate contaminant plumes or prevent further spread of contamination. These systems are expensive to install and maintain. A traditional approach to designing such a wellfield uses a series of trial-and-error simulations to test the effects of various well locations and pump rates. However, the optimal locations and pump rates of extraction wells are difficult to determine when objectives related to the site hydrogeology and potential pumping scheme are considered. This paper describes a case study of an application of linear programming theory to determine optimal well placement and pump rates. The objectives of the pumping scheme were to contain contaminant migration and reduce contaminant concentrations while minimizing the total amount of water pumped and treated. Past site activities at the area under study included disposal of contaminants in pits. Several groundwater plumes have been identified, and others may be present. The area of concern is bordered on three sides by a wetland, which receives a portion of its input budget as groundwater discharge from the pits. Optimization of the containment pumping scheme was intended to meet three goals: (1) prevent discharge of contaminated groundwater to the wetland, (2) minimize the total water pumped and treated (cost benefit), and (3) avoid dewatering of the wetland (cost and ecological benefits). Possible well locations were placed at known source areas. To constrain the problem, the optimization program was instructed to prevent any flow toward the wetland along a user-specified border. In this manner, the optimization routine selects well locations and pump rates so that a groundwater divide is produced along this boundary

  13. Lecture Videos in Online Courses: A Follow-Up

    Science.gov (United States)

    Evans, Heather K.; Cordova, Victoria

    2015-01-01

    In a recent study regarding online lecture videos, Evans (2014) shows that lecture videos are not superior to still slides. Using two Introduction to American Government courses, taught in a 4-week summer session, she shows that students in a non-video course had higher satisfaction with the course and instructor and performed better on exams than…

  14. Just Do It: Flipped Lecture, Determinants and Debate

    Science.gov (United States)

    Kensington-Miller, Barbara; Novak, Julia; Evans, Tanya

    2016-01-01

    This paper describes a case study of two pure mathematicians who flipped their lecture to teach matrix determinants in two large mathematics service courses (one at Stage I and the other at Stage II). The purpose of the study was to transform the passive lecture into an active learning opportunity and to introduce valuable mathematical skills,…

  15. A Method of Determination of an Acquisition Program in Order to Maximize the Total Utility Using Linear Programming in Integer Numbers

    Directory of Open Access Journals (Sweden)

    Alin Cristian Ioan

    2010-03-01

    Full Text Available This paper solves in a different way the problem of maximization of the total utility using the linear programming in integer numbers. The author uses the diofantic equations (equations in integers numbers and after a decomposing in different cases, he obtains the maximal utility.

  16. A Novel Linear Programming Formulation of Maximum Lifetime Routing Problem in Wireless Sensor Networks

    DEFF Research Database (Denmark)

    Cetin, Bilge Kartal; Prasad, Neeli R.; Prasad, Ramjee

    2011-01-01

    In wireless sensor networks, one of the key challenge is to achieve minimum energy consumption in order to maximize network lifetime. In fact, lifetime depends on many parameters: the topology of the sensor network, the data aggregation regime in the network, the channel access schemes, the routing...... protocols, and the energy model for transmission. In this paper, we tackle the routing challenge for maximum lifetime of the sensor network. We introduce a novel linear programming approach to the maximum lifetime routing problem. To the best of our knowledge, this is the first mathematical programming...

  17. Experience and development program for the I.V. Kurchatov Atomic Energy Institute electron linear accelerator

    International Nuclear Information System (INIS)

    Aref'ev, A.V.; Blokhov, M.V.; Gerasimov, V.F.

    1981-01-01

    A program of physical investigations and the corresponding requirements to accelerated beam parameters are discussed in brief. The state and working capacity of separate units and the accelerator as a whole for the 8-year operating period are analyzed. The aim and principal program points of linear electron accelerator modernization are defined. The program of accelerator modernization assumes: electron beam energy increase up to 100-120 MeV; mounting of three additional accelerating sections; clystron efficiency increase; development of a highly reliable modulator; stabilized power supply sources; a system of synchronous start-up; a focusing system; a beam separation system and etc [ru

  18. Effects of three types of lecture notes on medical student achievement.

    Science.gov (United States)

    Russell, I J; Caris, T N; Harris, G D; Hendricson, W D

    1983-08-01

    Two parallel studies were conducted with junior medical students to determine what influence the forms of lecture notes would have on learning. The three types of notes given to the students were: a comprehensive manuscript of the lecture containing text, tables, and figures; a partial handout which included some illustrations but required substantial annotation by the students; and a skeleton outline containing no data from the lecture. The students' knowledge about the subject was measured before the lecture, immediately after the lecture, two to four weeks later, and approximately three months later. The students' responses to questionnaires indicated a strong preference for very detained handouts as essential to preparation for examinations. By contract, the students' performances on tests generally were better for those who had received the partial or skeleton handout formats. This was particularly true for information presented during the last quarter of each lecture, when learning efficiency of the skeleton handout group increased while the other two handout groups exhibited learning fatigue. It was concluded that learning by medical students was improved when they recorded notes in class.

  19. Lecture-based versus problem-based learning in ethics education among nursing students.

    Science.gov (United States)

    Khatiban, Mahnaz; Falahan, Seyede Nayereh; Amini, Roya; Farahanchi, Afshin; Soltanian, Alireza

    2018-01-01

    Moral reasoning is a vital skill in the nursing profession. Teaching moral reasoning to students is necessary toward promoting nursing ethics. The aim of this study was to compare the effectiveness of problem-based learning and lecture-based methods in ethics education in improving (1) moral decision-making, (2) moral reasoning, (3) moral development, and (4) practical reasoning among nursing students. This is a repeated measurement quasi-experimental study. Participants and research context: The participants were nursing students in a University of Medical Sciences in west of Iran who were randomly assigned to the lecture-based (n = 33) or the problem-based learning (n = 33) groups. The subjects were provided nursing ethics education in four 2-h sessions. The educational content was similar, but the training methods were different. The subjects completed the Nursing Dilemma Test before, immediately after, and 1 month after the training. The data were analyzed and compared using the SPSS-16 software. Ethical considerations: The program was explained to the students, all of whom signed an informed consent form at the baseline. The two groups were similar in personal characteristics (p > 0.05). A significant improvement was observed in the mean scores on moral development in the problem-based learning compared with the lecture-based group (p ethics education enhances moral development among nursing students. However, further studies are needed to determine whether such method improves moral decision-making, moral reasoning, practical considerations, and familiarity with the ethical issues among nursing students.

  20. Enriching traditional biology lectures digital concept maps and their influence on cognition and motivation

    Directory of Open Access Journals (Sweden)

    Steffen Schaal

    2010-04-01

    Full Text Available Higher education deals with complex knowledge and university teaching should focus on conceptual understanding. Adequate knowledge structures are essential and active knowledge construction should be supported for meaningful learning. But traditional lectures mostly are structured by slides which may misleadingly cause linear representations of knowledge. In this study, a framework for digital concept maps was developed to complement lectures in human biology. The course was aimed at student science teachers at the undergraduate level. The work is based on theoretical research on computer-supported learning, on knowledge structures perspectives within learning environments as well as on self-determination theory. Each session was supplemented by a digital, multimedia-enriched concept map. After each single lecture, students had free access to the concept maps to reinforce the latest topics. The objective of the study was to examine if the use of complementary concept maps (i influences achievement and (ii if motivational variables influence the use of the concept maps. In both cases, influences of computer-user self-efficacy were expected (iii. The students’ (N = 171 concept map use was logged, achievement was tested and motivational variables were surveyed (e.g. interest/ enjoyment, perceived competence, effort/ importance, value/usefulness. The logfile-data allowed distinguishing learners according to their concept map use. Results reveal the benefit of additional concept maps for achievement, positive motivational aspects and computer-user self-efficacy as mediating factors showed some influence. The emphasize of further research should be on students’ active engagement in structuring their individual learning by constructing concept maps themselves, especially in science education courses.