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 ...
随机推荐
- Qt Creator 预览QtCreator中的界面
当在QtCreator界面编辑器中放置好布局和控件之后,组合键 Alt + Shift + R 可以实现预览功能. 也可以通过以下方式更改快捷键: 具体路径 ...
- AspectJ入门
AOP的实现方式有两种: AOP框架在编译阶段,就对目标类进行修改,得到的class文件已经是被修改过的.生成静态的AOP代理类(生成*.class文件已经被改掉了,需要使用特定的编译器).以Aspe ...
- Java-Runoob-高级教程-实例-数组:07. Java 实例 – 数组合并
ylbtech-Java-Runoob-高级教程-实例-数组:07. Java 实例 – 数组合并 1.返回顶部 1. Java 实例 - 数组合并 Java 实例 以下实例演示了如何通过 List ...
- zclip复制到剪切板插件有个bug
今天发现zclip复制到剪切板插件有个bug,就是在遨游和360浏览器的兼容模式下,点击复制没响应,后来我看了页面代码,发现在这两个浏览器的兼容模式下,生成的是<object>,其他浏览器 ...
- 将ESXI所有的端口组迁移到分布式交换机的步骤
1.如果是DELL服务器,一般有2-4个网口,那么所有的网口都把网线插到交换机上:2.DELL安装ESXI系统,根据不同的DELL硬件,要安装不同的ESXI版本.原则上越高版本,支持的硬件越多向下兼容 ...
- dubbo 官方参考手册~备案(防止哪天阿里一生气把dubbo给删除了)
首页 || 下载 || 用户指南 || 开发者指南 || 管理员指南 || 培训文档 || 常见问题解答 || 发布记录 || 发展路线 || 社区 E ...
- 【Unix网络编程】chapter1简介
1.1 概述 1.2一个简单的时间获取客户程序 网际套接字地址结构中IP地址和端口号这两个成员必须使用特定的格式,为此我们调用库函数htons("主机到网络端整数")去转换二进制端 ...
- 安装HBase(0.9)数据库
基本知识: 1.hbase是一种基于列存储的数据库,也就是说它的一列的数据是存储在一个文件里面的,而传统的数据库存储都是一个文件存储多个行,这些行有不同的列,这些列的数据类型 不同. 2.基于HDFS ...
- Solr如何使用in语法查询
Solr可以用AND.|| 布尔操作符 表示查询的并且, 用OR.&& 布尔操作符 表示或者 用NOT.!.-(排除操作符不能单独与项使用构成查询)表示非 如果要用在查询的时候使用 ...
- (c#) 销毁资源和释放内存
0. 什么是资源? .NET 框架中如何访问资源? 所谓的资源就是程序中可利用的数据,譬如:字符串.图片和任何二进制数据,包括任何类型的文件. 在面向对象的环境中,每一个类型都标识为某些程序所用的资源 ...