Search for tag: "integer"

ORIE Colloquium on 10/5/2021: Jeff Linderoth

Subspace Clustering with Missing Data via Integer Programming In the Subspace Clustering with Missing Data (SCMD) problem, we are given a collection of n data points, arranged into columns of a…

From  E. Cornelius 6 plays

ORIE Colloquium on 9/21/2021 - Andrea Lodi: Disjunctive Cuts in Mixed-Integer Conic Optimization

Zoom Recording ID: 828729415 UUID: h/sWPUB1Rz2Xvkw6ra8FWA== Meeting Time: 2021-09-21T20:13:59Z

From  E. Cornelius 6 plays

David Shmoys CAM Colloquium Talk

Zoom Recording ID: 95217932087 UUID: 7DGUy26ERIuva2i3Ltx8Nw== Meeting Time: 2021-03-05T20:18:20Z

From  Erika Fowler-Decatur 12 plays

SOIL Seminar: An Indexed Type System for Fast and Safe WebAssembly

Title: An Indexed Type System for Fast and Safe WebAssembly Speaker: Adam Geller—University of British Columbia Summary: Often in low-level languages (i.e., assembly languages), potentially…

From  Ross Tate 22 plays

Zoom Nov. 10. Operators and Abstraction

in this presentation we review the Python data model, showing off the various operators we can define in Python. This is an area where Python is much more advanced than older object-oriented…

From  Hannah Lee 15 plays

Lesson 25.4 The raise Statement

Up until now, the only way that we knew how to create an error is with an assert statement. But these always create errors with the type AssertionError. In this video we show how to create errors…

From  Hannah Lee 66 plays

Lesson 23.5 Mixed-Type Operators

Operator overloading allows us to redefine the meaning of + or * on objects of our class. But sometimes we want to mix together types like a fraction and integer. In this video we show that it is…

From  Hannah Lee 70 plays

Lesson 16.2 For-Loop Design

In this video we show how to use for-loops in function definitions. In particular, we show that we go from a specification to code that uses a for-loop.

From  Hannah Lee 90 plays

Lesson 14.4 Try-Except and Testing

We have a new control structure, so it is time once again to talk about testing. In this video we revisit the concept of code coverage and show testing a try-except is very similar to testing a…

From  Hannah Lee 59 plays

Zoom Oct. 1. Objects

In this session we use the Python visualizer to help us better understand objects, a new type of data. For many students this is the first big difficulty jump in this course.This class is going to…

From  Hannah Lee 32 plays

Lesson 3.1 Built-In Functions

The easiest functions to use in Python are those that are built into it. They are listed on the Python Documentation page. In this video we examine some of these and show the syntax for how to use…

From  Hannah Lee 137 plays

Lesson 1.7 Mixed Expressions

For the most part, operations are used to combine two expressions of the same type. Adding together two ints is different from adding together two strings. In this video we see what happens when we…

From  Hannah Lee 157 plays

Lesson 1.2 Int Expressions

The most familiar type in Python is int, the set of integers. It supports all of the basic mathematical expressions that you expect, like addition, subtraction, multiplication, and division. However,…

From  Hannah Lee 178 plays

40 - Superposition & statically indeterminate beams Session 40

2010-12-01 12:13:47+00

From  mjp337@cornell.edu 207 plays

37 - Deflection in beams Session 37

2010-11-22 12:16:51+00

From  mjp337@cornell.edu 60 plays

38 - Beam deflection continued Session 38

2010-11-24 12:47:16+00

From  mjp337@cornell.edu 42 plays