Usage of “symmetrical” and “symmetric”
What is the appropriate usage of "symmetrical" and "symmetric" (using the geometrical adjectival definition of both terms)? Are they synonymous?
Dictionary:
Merriam-Webster lists symmetric as being a variant of symmetrical, which is the 'official' dictionary entry:
symmetrical, adj : 1 : having or involving symmetry : exhibiting symmetry : exhibiting correspondence in size and shape of parts : BALANCED, REGULAR {the human body issymmetrical} {crystals are often symmetrical} {a symmetrical garden} {a symmetricalgrouping}
Discussion:
Sam Lisi: At least in a mathematical context, I think "symmetric" is far more common. For one thing, there are many technical terms where "symmetric" is the correct choice (e.g. "symmetric space", "symmetric relation", "symmetric group"). I can't think of any technical term including "symmetrical".
user16269: "Symmetrical" is a non-technical term, to describe any object that has symmetry; for example, a human face. "Symmetric" means "relating to symmetry", and is also used in a number of technical mathematical contexts (see Sam Lisi's comment under the question).
JLG: I don't agree with symmetrical being a nontechnical term. Dorland's Medical Dictionary lists only "symmetrical," and the definition is: "pertaining to or exhibiting symmetry; in chemistry, denoting compounds which contain atoms or groups at equal intervals in the molecule." (Sounds technical to me.)
naught101:mitch, because symmetric is defined as "symmetrical" - I assume that's supposed to mean it's a perfect synonym.
mitch: naught101: 1) there are no perfect synonyms. Ever. And a crowd sourced definition ain't gonna specify enough to judge. 2) wiktionary is not definitive. Don't take anything it says as gospel or draw logical conclusions from it. Frankly the same could be said for the OED, but wiktionary is not written by people who have spent a long time judging such things.
Related:
“electric” vs. “electrical”, “symbolic” vs. “symbolical”, “scientific” vs. “scientifical”,
and the most excellent general discussion Why is it “geometric” but “theoretical”?
asymmetric and unsymmetrical :http://emuch.net/html/201206/4592142.html
asymmetric是不对称,一般化合物含义手性中心,unsymmetrical非对称,一般化合物不含有手性中心
Usage of “symmetrical” and “symmetric”的更多相关文章
- Symmetrical Network Acceleration with EBS 12
Andy Tremayne, my esteemed colleague and fellow blogger, has published a new whitepaper that discuss ...
- Leetcode 笔记 101 - Symmetric Tree
题目链接:Symmetric Tree | LeetCode OJ Given a binary tree, check whether it is a mirror of itself (ie, s ...
- [LeetCode] Symmetric Tree 判断对称树
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For e ...
- intellij IDEA 出现“Usage of API documented as @since 1.6+”的解决办法
问题 在导入java.io.console的时候出现"Usage of API documented as @since 1.6+"
- Disk Space Usage 术语理解:unallocated, unused and reserved
通过standard reports查看Disk Usage,选中Database,右击,选择Reports->Standard Reports->Disk Space Usage,截图如 ...
- OpenCascade MeshVS Usage
OpenCascade MeshVS Usage eryar@163.com Abstract. MeshVS means Mesh Visualization Service. It can be ...
- Symmetric Tree
Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For e ...
- SYMMETRIC MULTIPROCESSORS
COMPUTER ORGANIZATION AND ARCHITECTURE DESIGNING FOR PERFORMANCE NINTH EDITION As demands for perfor ...
- Usage: AddDimensionedImage imageFile outputFile eclipse 运行程序出错
关于这个在eclipse中运行java程序的错,首先确认你的jdk,jre是否完整,并且与你的eclipse的位数相同,当然我相信这个错误大家应该都会去检查到. 第二个关于addDimensioned ...
随机推荐
- Java 浅析 Thread.join()
概要 本文分为三部分对 Thread.join() 进行分析: 1. join() 的示例和作用 2. join() 源码分析 3. 对网上其他分析 join() 的文章提出疑问 1. join() ...
- ThinkJava-多态
8.2.1 方法调用绑定 解决的办法就是后期绑定,它的含义就是在运行时根据对象的类型进行绑定.后期绑定也 叫做动态绑定或运行时绑定.如果一种语言想实现后期绑定,就必须具有某种机制,以便在运 行时能判断 ...
- Logstash之四:配置说明
logstash配置文件包含三个配置部分: 分别为:input{}.filter{}.output{}.{} 定义区域,区域内可以定义一个或多个插件,通过插件对数据进行收集,加工处理,输出. 在{}配 ...
- Logstash之一:入门介绍
简介 Logstash是一个接收,处理,转发日志的工具.支持系统日志,webserver日志,错误日志,应用日志,总之包括所有可以抛出来的日志类型.怎么样听起来挺厉害的吧?在一个典型的使用场景下(EL ...
- java 调用windows bat脚本
当我们需要在java程序中调用外部程序,我们可用通过Runtime.exec()调用来完成. The class java.lang.Runtime features a static method ...
- selenium java-3 定位元素的八种方法
web driver提供了八种元素定位的方法: id name class name tag name link text partial link text xpath css selector 如 ...
- 使用postman模拟appium的http请求
Appium是Server,接收http请求,使用Postman模拟请求 1.anyproxy 1.1.安装和运行 #安装 npm i -g anyproxy # 运行anyproxy,端口默认800 ...
- 如何使用沙箱测试单笔转账到支付宝账号(php版) https://openclub.alipay.com/read.php?tid=1770&fid=28
说明: 本帖是利用支付宝沙箱测试电脑网站支付接口 测试环境:Apache2.4.23 +php 5.6.25 沙箱环境测试正式环境请修改网关为下方值 复制代码 1 正式环境网关:htt ...
- Oracle 某字段值相同的取前几条数据
rank() over(partition)的使用(转载) 有的时候会遇到这样的问题,我们需要查询一张表,而且要按照业务排序,比如我需要如下的结果: 地区 日期 费用 产品编号 用 ...
- HP-UX oracle RAC 双机实践 (转载)
一.软硬件配置检查 1.检查内存#/usr/contrib/bin/machinfoCPU info: 4 Intel(R) Itanium 2 9100 series processors (1. ...