AlkyneAcetylene Propyne 1-Butyne In organic chemistry, an alkyne is an unsaturated hydrocarbon containing at least one carbon—carbon triple bond. The simplest acyclic alkynes with only one triple bond and no other functional groups form a homologous series with the general chemical formula . Alkynes are traditionally known as acetylenes, although the name acetylene also refers specifically to , known formally as ethyne using IUPAC nomenclature. Like other hydrocarbons, alkynes are generally hydrophobic.
CopperCopper is a chemical element with the symbol Cu (from cuprum) and atomic number 29. It is a soft, malleable, and ductile metal with very high thermal and electrical conductivity. A freshly exposed surface of pure copper has a pinkish-orange color. Copper is used as a conductor of heat and electricity, as a building material, and as a constituent of various metal alloys, such as sterling silver used in jewelry, cupronickel used to make marine hardware and coins, and constantan used in strain gauges and thermocouples for temperature measurement.
Organosulfur chemistryOrganosulfur chemistry is the study of the properties and synthesis of organosulfur compounds, which are organic compounds that contain sulfur. They are often associated with foul odors, but many of the sweetest compounds known are organosulfur derivatives, e.g., saccharin. Nature abounds with organosulfur compounds—sulfur is vital for life. Of the 20 common amino acids, two (cysteine and methionine) are organosulfur compounds, and the antibiotics penicillin and sulfa drugs both contain sulfur.
Geometric transformationIn mathematics, a geometric transformation is any bijection of a set to itself (or to another such set) with some salient geometrical underpinning. More specifically, it is a function whose domain and range are sets of points — most often both or both — such that the function is bijective so that its inverse exists. The study of geometry may be approached by the study of these transformations. Geometric transformations can be classified by the dimension of their operand sets (thus distinguishing between, say, planar transformations and spatial transformations).
Transformation matrixIn linear algebra, linear transformations can be represented by matrices. If is a linear transformation mapping to and is a column vector with entries, then for some matrix , called the transformation matrix of . Note that has rows and columns, whereas the transformation is from to . There are alternative expressions of transformation matrices involving row vectors that are preferred by some authors. Matrices allow arbitrary linear transformations to be displayed in a consistent format, suitable for computation.
Heck reactionThe Heck reaction (also called the Mizoroki–Heck reaction) is the chemical reaction of an unsaturated halide (or triflate) with an alkene in the presence of a base and a palladium catalyst to form a substituted alkene. It is named after Tsutomu Mizoroki and Richard F. Heck. Heck was awarded the 2010 Nobel Prize in Chemistry, which he shared with Ei-ichi Negishi and Akira Suzuki, for the discovery and development of this reaction.
Heterocyclic compoundA heterocyclic compound or ring structure is a cyclic compound that has atoms of at least two different elements as members of its ring(s). Heterocyclic organic chemistry is the branch of organic chemistry dealing with the synthesis, properties, and applications of organic heterocycles. Examples of heterocyclic compounds include all of the nucleic acids, the majority of drugs, most biomass (cellulose and related materials), and many natural and synthetic dyes. More than half of known compounds are heterocycles.
Copper in biologyCopper is an essential trace element that is vital to the health of all living things (plants, animals and microorganisms). In humans, copper is essential to the proper functioning of organs and metabolic processes. The human body has complex homeostatic mechanisms which attempt to ensure a constant supply of available copper, while eliminating excess copper whenever this occurs. However, like all essential elements and nutrients, too much or too little nutritional ingestion of copper can result in a corresponding condition of copper excess or deficiency in the body, each of which has its own unique set of adverse health effects.
Transformation (function)In mathematics, a transformation is a function f, usually with some geometrical underpinning, that maps a set X to itself, i.e. f: X → X. Examples include linear transformations of vector spaces and geometric transformations, which include projective transformations, affine transformations, and specific affine transformations, such as rotations, reflections and translations.
Ethylene oxideEthylene oxide is an organic compound with the formula . It is a cyclic ether and the simplest epoxide: a three-membered ring consisting of one oxygen atom and two carbon atoms. Ethylene oxide is a colorless and flammable gas with a faintly sweet odor. Because it is a strained ring, ethylene oxide easily participates in a number of addition reactions that result in ring-opening. Ethylene oxide is isomeric with acetaldehyde and with vinyl alcohol. Ethylene oxide is industrially produced by oxidation of ethylene in the presence of a silver catalyst.
ThiolIn organic chemistry, a thiol ('θaɪɒl; ), or thiol derivative, is any organosulfur compound of the form , where R represents an alkyl or other organic substituent. The functional group itself is referred to as either a thiol group or a sulfhydryl group, or a sulfanyl group. Thiols are the sulfur analogue of alcohols (that is, sulfur takes the place of oxygen in the hydroxyl () group of an alcohol), and the word is a blend of "thio-" with "alcohol". Many thiols have strong odors resembling that of garlic or rotten eggs.
EpoxideIn organic chemistry, an epoxide is a cyclic ether, where the ether forms a three-atom ring: two atoms of carbon and one atom of oxygen. This triangular structure has substantial ring strain, making epoxides highly reactive, more so than other ethers. They are produced on a large scale for many applications. In general, low molecular weight epoxides are colourless and nonpolar, and often volatile. A compound containing the epoxide functional group can be called an epoxy, epoxide, oxirane, and ethoxyline.
Möbius transformationIn geometry and complex analysis, a Möbius transformation of the complex plane is a rational function of the form of one complex variable z; here the coefficients a, b, c, d are complex numbers satisfying ad − bc ≠ 0. Geometrically, a Möbius transformation can be obtained by first performing stereographic projection from the plane to the unit two-sphere, rotating and moving the sphere to a new location and orientation in space, and then performing stereographic projection (from the new position of the sphere) to the plane.
Antenna arrayAn antenna array (or array antenna) is a set of multiple connected antennas which work together as a single antenna, to transmit or receive radio waves. The individual antennas (called elements) are usually connected to a single receiver or transmitter by feedlines that feed the power to the elements in a specific phase relationship. The radio waves radiated by each individual antenna combine and superpose, adding together (interfering constructively) to enhance the power radiated in desired directions, and cancelling (interfering destructively) to reduce the power radiated in other directions.
C++C++ ('si:_plVs_plVs, pronounced "C plus plus" and sometimes abbreviated as CPP) is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup. First released in 1985 as an extension of the C programming language, it has since expanded significantly over time; modern C++ currently has object-oriented, generic, and functional features, in addition to facilities for low-level memory manipulation.
Phased arrayIn antenna theory, a phased array usually means an electronically scanned array, a computer-controlled array of antennas which creates a beam of radio waves that can be electronically steered to point in different directions without moving the antennas. In a simple array antenna, the radio frequency current from the transmitter is fed to multiple individual antenna elements with the proper phase relationship so that the radio waves from the separate elements combine (superpose) to form beams, to increase power radiated in desired directions and suppress radiation in undesired directions.
Dynamic arrayIn computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, variable-size list data structure that allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages. Dynamic arrays overcome a limit of static arrays, which have a fixed capacity that needs to be specified at allocation.